Class: Aws::Types::ListConnectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
426 427 428 |
# File 'sig/types.rbs', line 426 def connection_name @connection_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
427 428 429 |
# File 'sig/types.rbs', line 427 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
428 429 430 |
# File 'sig/types.rbs', line 428 def next_token @next_token end |