Class: Aws::NimbleStudio::Types::GetStudioComponentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::GetStudioComponentRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #studio_component_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The studio component ID.
 - 
  
    
      #studio_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The studio ID.
 
Instance Attribute Details
#studio_component_id ⇒ String
The studio component ID.
      1216 1217 1218 1219 1220 1221  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1216 class GetStudioComponentRequest < Struct.new( :studio_component_id, :studio_id) SENSITIVE = [] include Aws::Structure end  | 
  
#studio_id ⇒ String
The studio ID.
      1216 1217 1218 1219 1220 1221  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1216 class GetStudioComponentRequest < Struct.new( :studio_component_id, :studio_id) SENSITIVE = [] include Aws::Structure end  |