class Aws::AutoScaling::Types::Activity
Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.
@!attribute [rw] activity_id
The ID of the activity. @return [String]
@!attribute [rw] auto_scaling_group_name
The name of the Auto Scaling group. @return [String]
@!attribute [rw] description
A friendly, more verbose description of the activity. @return [String]
@!attribute [rw] cause
The reason the activity began. @return [String]
@!attribute [rw] start_time
The start time of the activity. @return [Time]
@!attribute [rw] end_time
The end time of the activity. @return [Time]
@!attribute [rw] status_code
The current status of the activity. @return [String]
@!attribute [rw] status_message
A friendly, more verbose description of the activity status. @return [String]
@!attribute [rw] progress
A value between 0 and 100 that indicates the progress of the activity. @return [Integer]
@!attribute [rw] details
The details about the activity. @return [String]
@!attribute [rw] auto_scaling_group_state
The state of the Auto Scaling group, which is either `InService` or `Deleted`. @return [String]
@!attribute [rw] auto_scaling_group_arn
The Amazon Resource Name (ARN) of the Auto Scaling group. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/Activity AWS API Documentation
Constants
- SENSITIVE