class Aws::AutoScaling::Types::DescribeScalingActivitiesType

@note When making an API call, you may pass DescribeScalingActivitiesType

data as a hash:

    {
      activity_ids: ["XmlString"],
      auto_scaling_group_name: "XmlStringMaxLen255",
      include_deleted_groups: false,
      max_records: 1,
      next_token: "XmlString",
    }

@!attribute [rw] activity_ids

The activity IDs of the desired scaling activities. If you omit this
parameter, all activities for the past six weeks are described. If
unknown activities are requested, they are ignored with no error. If
you specify an Auto Scaling group, the results are limited to that
group.

Array Members: Maximum number of 50 IDs.
@return [Array<String>]

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] include_deleted_groups

Indicates whether to include scaling activity from deleted Auto
Scaling groups.
@return [Boolean]

@!attribute [rw] max_records

The maximum number of items to return with this call. The default
value is `100` and the maximum value is `100`.
@return [Integer]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScalingActivitiesType AWS API Documentation

Constants

SENSITIVE