Class: Aws::Types::DescribeScalableTargetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalableTargetsRequest
- 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.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
-
#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.
74 75 76 |
# File 'sig/types.rbs', line 74 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
75 76 77 |
# File 'sig/types.rbs', line 75 def next_token @next_token end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
72 73 74 |
# File 'sig/types.rbs', line 72 def resource_ids @resource_ids end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
73 74 75 |
# File 'sig/types.rbs', line 73 def scalable_dimension @scalable_dimension end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
71 72 73 |
# File 'sig/types.rbs', line 71 def service_namespace @service_namespace end |