Class: Aws::CodeDeploy::Types::LastDeploymentInfo

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

Overview

Information about the most recent attempted or successful deployment to a deployment group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

A timestamp that indicates when the most recent deployment to the deployment group started.

Returns:

  • (Time)


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

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

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


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

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

#end_timeTime

A timestamp that indicates when the most recent deployment to the deployment group was complete.

Returns:

  • (Time)


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

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

#statusString

The status of the most recent deployment.

Returns:

  • (String)


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

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