class Aws::CodeDeploy::Types::InstanceSummary
Information about an instance in a deployment.
@!attribute [rw] deployment_id
The unique ID of a deployment. @return [String]
@!attribute [rw] instance_id
The instance ID. @return [String]
@!attribute [rw] status
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. @return [String]
@!attribute [rw] last_updated_at
A timestamp that indicates when the instance information was last updated. @return [Time]
@!attribute [rw] lifecycle_events
A list of lifecycle events for this instance. @return [Array<Types::LifecycleEvent>]
@!attribute [rw] instance_type
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceSummary AWS API Documentation
Constants
- SENSITIVE