Class: Aws::CodeDeploy::Types::CreateDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::CreateDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a ‘CreateDeployment` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a deployment.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a deployment.
1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1143 class CreateDeploymentOutput < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |