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

Class: Aws::AutoScaling::Types::DescribeScalingActivitiesType

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

Overview

Note:

When passing DescribeScalingActivitiesType as input to an Aws::Client method, you can use a vanilla Hash:

{
  activity_ids: ["XmlString"],
  auto_scaling_group_name: "ResourceName",
  max_records: 1,
  next_token: "XmlString",
}

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idsArray<String>

The activity IDs of the desired scaling activities. You can specify up to 50 IDs. 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.

Returns:

  • (Array<String>)

    The activity IDs of the desired scaling activities.

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#max_recordsInteger

The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

Returns:

  • (Integer)

    The maximum number of items to return with this call.

#next_tokenString

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

Returns:

  • (String)

    The token for the next set of items to return.