Class: Aws::Proton::Types::CreateComponentOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Proton::Types::CreateComponentOutput
 
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #component  ⇒ Types::Component 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The detailed data of the created component. 
Instance Attribute Details
#component ⇒ Types::Component
The detailed data of the created component.
| 608 609 610 611 612 | # File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 608 class CreateComponentOutput < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |