Class: Aws::SageMaker::Types::UpdateEndpointOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::UpdateEndpointOutput
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
| 51310 51311 51312 51313 51314 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51310 class UpdateEndpointOutput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |