Class: Aws::Types::ListCapacityProvidersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCapacityProvidersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#state ⇒ "Pending", ...
Returns the value of attribute state.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def max_items @max_items end |
#state ⇒ "Pending", ...
Returns the value of attribute state.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def state @state end |