package Paws::SageMaker::UpdateEndpointOutput; use Moose; has EndpointArn => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::UpdateEndpointOutput =head1 ATTRIBUTES =head2 B EndpointArn => Str The Amazon Resource Name (ARN) of the endpoint. =head2 _request_id => Str =cut 1;