Class: Aws::Proton::Types::DeleteDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteDeploymentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the deployment to delete.
Instance Attribute Details
#id ⇒ String
The ID of the deployment to delete.
1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-proton/types.rb', line 1482 class DeleteDeploymentInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |