Class: Aws::CodeDeploy::Types::StopDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::StopDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a ‘StopDeployment` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the stop deployment operation:.
-
#status_message ⇒ String
An accompanying status message.
Instance Attribute Details
#status ⇒ String
The status of the stop deployment operation:
-
Pending: The stop operation is pending.
-
Succeeded: The stop operation was successful.
4585 4586 4587 4588 4589 4590 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4585 class StopDeploymentOutput < Struct.new( :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
An accompanying status message.
4585 4586 4587 4588 4589 4590 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4585 class StopDeploymentOutput < Struct.new( :status, :status_message) SENSITIVE = [] include Aws::Structure end |