Class: Aws::NimbleStudio::Types::CreateStudioComponentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::CreateStudioComponentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #studio_component  ⇒ Types::StudioComponent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the studio component.
 
Instance Attribute Details
#studio_component ⇒ Types::StudioComponent
Information about the studio component.
      502 503 504 505 506  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 502 class CreateStudioComponentResponse < Struct.new( :studio_component) SENSITIVE = [] include Aws::Structure end  |