Class: Aws::Types::ListFunctionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_version ⇒ "ALL"
Returns the value of attribute function_version.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#master_region ⇒ ::String
Returns the value of attribute master_region.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#function_version ⇒ "ALL"
Returns the value of attribute function_version.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def function_version @function_version end |
#marker ⇒ ::String
Returns the value of attribute marker.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def marker @marker end |
#master_region ⇒ ::String
Returns the value of attribute master_region.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def master_region @master_region end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def max_items @max_items end |