Class: Aws::Types::ListServicesForAutoScalingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListServicesForAutoScalingConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_arn_list ⇒ ::Array[::String]
Returns the value of attribute service_arn_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
474 475 476 |
# File 'sig/types.rbs', line 474 def next_token @next_token end |
#service_arn_list ⇒ ::Array[::String]
Returns the value of attribute service_arn_list.
473 474 475 |
# File 'sig/types.rbs', line 473 def service_arn_list @service_arn_list end |