Class: Aws::Proton::Types::UpdateComponentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateComponentOutput
- 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 updated component.
Instance Attribute Details
#component ⇒ Types::Component
The detailed data of the updated component.
5951 5952 5953 5954 5955 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5951 class UpdateComponentOutput < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |