Class: Aws::Types::DescribeScalingPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingPoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
106 107 108 |
# File 'sig/types.rbs', line 106 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
107 108 109 |
# File 'sig/types.rbs', line 107 def next_token @next_token end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
102 103 104 |
# File 'sig/types.rbs', line 102 def policy_names @policy_names end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
105 106 107 |
# File 'sig/types.rbs', line 105 def scalable_dimension @scalable_dimension end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
103 104 105 |
# File 'sig/types.rbs', line 103 def service_namespace @service_namespace end |