Class: Aws::Types::ListFunctionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionsRequest
- 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.
-
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def max_items @max_items end |
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def stage @stage end |