Class: Aws::Types::ListFunctionVersionsByCapacityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionVersionsByCapacityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def capacity_provider_name @capacity_provider_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def max_items @max_items end |