Class: Aws::AutoScaling::Types::DescribeScalingActivitiesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeScalingActivitiesType
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_ids ⇒ Array<String>
The activity IDs of the desired scaling activities.
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#filters ⇒ Array<Types::Filter>
One or more filters to limit the results based on specific criteria.
-
#include_deleted_groups ⇒ Boolean
Indicates whether to include scaling activity from deleted Auto Scaling groups.
-
#max_records ⇒ Integer
The maximum number of items to return with this call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#activity_ids ⇒ Array<String>
The activity IDs of the desired scaling activities. If unknown activity IDs are requested, they are ignored with no error. Only activities started within the last six weeks can be returned regardless of the activity IDs specified. If other filters are specified with the request, only results matching all filter criteria can be returned.
Array Members: Maximum number of 50 IDs.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2550 class DescribeScalingActivitiesType < Struct.new( :activity_ids, :auto_scaling_group_name, :include_deleted_groups, :max_records, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
Omitting this property performs an account-wide operation, which can result in slower or timed-out requests.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2550 class DescribeScalingActivitiesType < Struct.new( :activity_ids, :auto_scaling_group_name, :include_deleted_groups, :max_records, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::Filter>
One or more filters to limit the results based on specific criteria. The following filters are supported:
StartTimeLowerBound- The earliest scaling activities to return based on the activity start time. Scaling activities with a start time earlier than this value are not included in the results. Only activities started within the last six weeks can be returned regardless of the value specified.StartTimeUpperBound- The latest scaling activities to return based on the activity start time. Scaling activities with a start time later than this value are not included in the results. Only activities started within the last six weeks can be returned regardless of the value specified.Status- TheStatusCodevalue of the scaling activity. This filter can only be used in combination with theAutoScalingGroupNameparameter. For validStatusCodevalues, see Activity in the Amazon EC2 Auto Scaling API Reference.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2550 class DescribeScalingActivitiesType < Struct.new( :activity_ids, :auto_scaling_group_name, :include_deleted_groups, :max_records, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#include_deleted_groups ⇒ Boolean
Indicates whether to include scaling activity from deleted Auto Scaling groups.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2550 class DescribeScalingActivitiesType < Struct.new( :activity_ids, :auto_scaling_group_name, :include_deleted_groups, :max_records, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of items to return with this call. The default
value is 100 and the maximum value is 100.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2550 class DescribeScalingActivitiesType < Struct.new( :activity_ids, :auto_scaling_group_name, :include_deleted_groups, :max_records, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2550 class DescribeScalingActivitiesType < Struct.new( :activity_ids, :auto_scaling_group_name, :include_deleted_groups, :max_records, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |