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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idsArray<String>

The activity IDs of the desired scaling activities. If you omit this property, 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.

Returns:

  • (Array<String>)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2184

class DescribeScalingActivitiesType < Struct.new(
  :activity_ids,
  :auto_scaling_group_name,
  :include_deleted_groups,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2184

class DescribeScalingActivitiesType < Struct.new(
  :activity_ids,
  :auto_scaling_group_name,
  :include_deleted_groups,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#include_deleted_groupsBoolean

Indicates whether to include scaling activity from deleted Auto Scaling groups.

Returns:

  • (Boolean)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2184

class DescribeScalingActivitiesType < Struct.new(
  :activity_ids,
  :auto_scaling_group_name,
  :include_deleted_groups,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2184

class DescribeScalingActivitiesType < Struct.new(
  :activity_ids,
  :auto_scaling_group_name,
  :include_deleted_groups,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2184

class DescribeScalingActivitiesType < Struct.new(
  :activity_ids,
  :auto_scaling_group_name,
  :include_deleted_groups,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end