Class: Aws::AutoScaling::Types::DescribePoliciesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribePoliciesType
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#max_records ⇒ Integer
The maximum number of items to be returned with each call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#policy_names ⇒ Array<String>
The names of one or more policies.
-
#policy_types ⇒ Array<String>
One or more policy types.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2479 class DescribePoliciesType < Struct.new( :auto_scaling_group_name, :policy_names, :policy_types, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of items to be returned with each call. The
default value is 50 and the maximum value is 100.
2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2479 class DescribePoliciesType < Struct.new( :auto_scaling_group_name, :policy_names, :policy_types, :next_token, :max_records) 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.)
2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2479 class DescribePoliciesType < Struct.new( :auto_scaling_group_name, :policy_names, :policy_types, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#policy_names ⇒ Array<String>
The names of one or more policies. If you omit this property, all policies are described. If a group name is provided, the results are limited to that group. If you specify an unknown policy name, it is ignored with no error.
Array Members: Maximum number of 50 items.
2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2479 class DescribePoliciesType < Struct.new( :auto_scaling_group_name, :policy_names, :policy_types, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#policy_types ⇒ Array<String>
One or more policy types. The valid values are SimpleScaling,
StepScaling, TargetTrackingScaling, and PredictiveScaling.
2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2479 class DescribePoliciesType < Struct.new( :auto_scaling_group_name, :policy_names, :policy_types, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |