Class: Aws::AutoScaling::Types::DescribePoliciesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribePoliciesType
- Includes:
- Structure
- Defined in:
- 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.
2138 2139 2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2138 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`.
2138 2139 2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2138 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.)
2138 2139 2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2138 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.
2138 2139 2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2138 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`.
2138 2139 2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2138 class DescribePoliciesType < Struct.new( :auto_scaling_group_name, :policy_names, :policy_types, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |