Class: Aws::Proton::Types::DeleteComponentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteComponentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the component to delete.
Instance Attribute Details
#name ⇒ String
The name of the component to delete.
1458 1459 1460 1461 1462 |
# File 'lib/aws-sdk-proton/types.rb', line 1458 class DeleteComponentInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |