Method: Aws::CodeDeploy::Types::LastDeploymentInfo#deployment_id

Defined in:
lib/aws-sdk-codedeploy/types.rb

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


3400
3401
3402
3403
3404
3405
3406
3407
# File 'lib/aws-sdk-codedeploy/types.rb', line 3400

class LastDeploymentInfo < Struct.new(
  :deployment_id,
  :status,
  :end_time,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end