Class: Aws::LaunchWizard::Types::DeleteDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeleteDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the deployment.
-
#status_reason ⇒ String
The reason for the deployment status.
Instance Attribute Details
#status ⇒ String
The status of the deployment.
109 110 111 112 113 114 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 109 class DeleteDeploymentOutput < Struct.new( :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the deployment status.
109 110 111 112 113 114 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 109 class DeleteDeploymentOutput < Struct.new( :status, :status_reason) SENSITIVE = [] include Aws::Structure end |