Class: Aws::SageMaker::Types::UpdateEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateEndpointOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
45547 45548 45549 45550 45551 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45547 class UpdateEndpointOutput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |