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.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def capacity_provider_name @capacity_provider_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def max_items @max_items end |