Class: Aws::Types::ListCapacityProvidersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCapacityProvidersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_providers ⇒ ::Array[Types::CapacityProvider]
Returns the value of attribute capacity_providers.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#capacity_providers ⇒ ::Array[Types::CapacityProvider]
Returns the value of attribute capacity_providers.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def capacity_providers @capacity_providers end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def next_marker @next_marker end |