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.
5166 5167 5168 |
# File 'sig/types.rbs', line 5166 def connection_types @connection_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5167 5168 5169 |
# File 'sig/types.rbs', line 5167 def next_token @next_token end |