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.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def function_version @function_version end |
#marker ⇒ ::String
Returns the value of attribute marker.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def marker @marker end |
#master_region ⇒ ::String
Returns the value of attribute master_region.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def master_region @master_region end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def max_items @max_items end |