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.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def max_items @max_items end |
#state ⇒ "Pending", ...
Returns the value of attribute state.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def state @state end |