Class: Aws::Proton::Types::CreateComponentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateComponentOutput
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-proton/types.rb', line 608 class CreateComponentOutput < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |