You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

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)

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

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)

    The unique ID of a deployment.

#end_timeTime

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

Returns:

  • (Time)

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

#statusString

The status of the most recent deployment.

Possible values:

  • Created
  • Queued
  • InProgress
  • Baking
  • Succeeded
  • Failed
  • Stopped
  • Ready

Returns:

  • (String)

    The status of the most recent deployment.