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