Class: Aws::Types::DescribeScalingPoliciesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingPoliciesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_filter ⇒ "ACTIVE", ...
Returns the value of attribute status_filter.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def fleet_id @fleet_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def limit @limit end |
#location ⇒ ::String
Returns the value of attribute location.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def location @location end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def next_token @next_token end |
#status_filter ⇒ "ACTIVE", ...
Returns the value of attribute status_filter.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def status_filter @status_filter end |