Class: Aws::Proton::Types::CancelComponentDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CancelComponentDeploymentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component with the deployment to cancel.
Instance Attribute Details
#component_name ⇒ String
The name of the component with the deployment to cancel.
90 91 92 93 94 |
# File 'lib/aws-sdk-proton/types.rb', line 90 class CancelComponentDeploymentInput < Struct.new( :component_name) SENSITIVE = [] include Aws::Structure end |