Class: Aws::Types::ListConnectionFunctionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionFunctionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_functions ⇒ ::Array[Types::ConnectionFunctionSummary]
Returns the value of attribute connection_functions.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#connection_functions ⇒ ::Array[Types::ConnectionFunctionSummary]
Returns the value of attribute connection_functions.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def connection_functions @connection_functions end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def next_marker @next_marker end |