Class: Aws::NimbleStudio::Types::StudioComponentSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::StudioComponentSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
The studio component’s summary.
Constant Summary collapse
- SENSITIVE =
 [:description, :name]
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ISO timestamp in seconds for when the resource was created.
 - 
  
    
      #created_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user ID of the user that created the studio component.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name for the studio component.
 - 
  
    
      #studio_component_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for a studio component resource.
 - 
  
    
      #subtype  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The specific subtype of a studio component.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the studio component.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ISO timestamp in seconds for when the resource was updated.
 - 
  
    
      #updated_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user ID of the user that most recently updated the resource.
 
Instance Attribute Details
#created_at ⇒ Time
The ISO timestamp in seconds for when the resource was created.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#created_by ⇒ String
The user ID of the user that created the studio component.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#description ⇒ String
The description.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#name ⇒ String
The name for the studio component.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#studio_component_id ⇒ String
The unique identifier for a studio component resource.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#subtype ⇒ String
The specific subtype of a studio component.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#type ⇒ String
The type of the studio component.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The ISO timestamp in seconds for when the resource was updated.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#updated_by ⇒ String
The user ID of the user that most recently updated the resource.
      3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3483 class StudioComponentSummary < Struct.new( :created_at, :created_by, :description, :name, :studio_component_id, :subtype, :type, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end  |