Class: Aws::OpsWorks::Types::CreateDeploymentResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deployment_idString

The deployment ID, which can be used with other requests to identify the deployment.

Returns:

  • (String)


1092
1093
1094
1095
1096
# File 'lib/aws-sdk-opsworks/types.rb', line 1092

class CreateDeploymentResult < Struct.new(
  :deployment_id)
  SENSITIVE = []
  include Aws::Structure
end