Class: Aws::Types::ListConnectionTypesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionTypesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_types ⇒ ::Array[Types::ConnectionTypeBrief]
Returns the value of attribute connection_types.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connection_types ⇒ ::Array[Types::ConnectionTypeBrief]
Returns the value of attribute connection_types.
5176 5177 5178 |
# File 'sig/types.rbs', line 5176 def connection_types @connection_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5177 5178 5179 |
# File 'sig/types.rbs', line 5177 def next_token @next_token end |