Class: Aws::CodeDeploy::Types::CreateDeploymentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the output of a CreateDeployment operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


1143
1144
1145
1146
1147
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1143

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