Class: Aws::Proton::Types::DeleteComponentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteComponentOutput
- 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 component being deleted.
Instance Attribute Details
#component ⇒ Types::Component
The detailed data of the component being deleted.
1470 1471 1472 1473 1474 |
# File 'lib/aws-sdk-proton/types.rb', line 1470 class DeleteComponentOutput < Struct.new( :component) SENSITIVE = [] include Aws::Structure end |