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

Class: Aws::CodeDeploy::Types::InstanceSummary

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

Overview

Information about an instance in a deployment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)

    The unique ID of a deployment.

#instance_idString

The instance ID.

Returns:

  • (String)

    The instance ID.

#instance_typeString

Information about which environment an instance belongs to in a blue/green deployment.

  • BLUE: The instance is part of the original environment.

  • GREEN: The instance is part of the replacement environment.

    Possible values:

    • Blue
    • Green

Returns:

  • (String)

    Information about which environment an instance belongs to in a blue/green deployment.

#last_updated_atTime

A timestamp that indicates when the instance information was last updated.

Returns:

  • (Time)

    A timestamp that indicates when the instance information was last updated.

#lifecycle_eventsArray<Types::LifecycleEvent>

A list of lifecycle events for this instance.

Returns:

#statusString

The deployment status for this instance:

  • Pending: The deployment is pending for this instance.

  • In Progress: The deployment is in progress for this instance.

  • Succeeded: The deployment has succeeded for this instance.

  • Failed: The deployment has failed for this instance.

  • Skipped: The deployment has been skipped for this instance.

  • Unknown: The deployment status is unknown for this instance.

    Possible values:

    • Pending
    • InProgress
    • Succeeded
    • Failed
    • Skipped
    • Unknown
    • Ready

Returns:

  • (String)

    The deployment status for this instance:.