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.
5147 5148 5149 |
# File 'sig/types.rbs', line 5147 def connection_types @connection_types end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5148 5149 5150 |
# File 'sig/types.rbs', line 5148 def next_token @next_token end |