Class: Aws::Types::ListConnectionFunctionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionFunctionsRequest
- 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.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def max_items @max_items end |
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def stage @stage end |