Class: Aws::Proton::Types::GetComponentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetComponentOutput
- 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 requested component.
Instance Attribute Details
#component ⇒ Types::Component
The detailed data of the requested component.
2747 2748 2749 2750 2751 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2747 class GetComponentOutput < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |