Class: Aws::OpsWorks::Types::CreateDeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CreateDeploymentResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘CreateDeployment` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The deployment ID, which can be used with other requests to identify the deployment.
Instance Attribute Details
#deployment_id ⇒ String
The deployment ID, which can be used with other requests to identify the deployment.
1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1094 class CreateDeploymentResult < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |