Class: Aws::Types::DescribeScalableTargetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalableTargetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scalable_targets ⇒ ::Array[Types::ScalableTarget]
Returns the value of attribute scalable_targets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
81 82 83 |
# File 'sig/types.rbs', line 81 def next_token @next_token end |
#scalable_targets ⇒ ::Array[Types::ScalableTarget]
Returns the value of attribute scalable_targets.
80 81 82 |
# File 'sig/types.rbs', line 80 def scalable_targets @scalable_targets end |