Class: Aws::SageMaker::Types::UpdateSpaceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::UpdateSpaceResponse
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #space_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The space's Amazon Resource Name (ARN). 
Instance Attribute Details
#space_arn ⇒ String
The space's Amazon Resource Name (ARN).
| 52697 52698 52699 52700 52701 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52697 class UpdateSpaceResponse < Struct.new( :space_arn) SENSITIVE = [] include Aws::Structure end |