Class: Aws::Types::ListQuickConnectsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQuickConnectsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#quick_connect_summary_list ⇒ ::Array[Types::QuickConnectSummary]
Returns the value of attribute quick_connect_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5259 5260 5261 |
# File 'sig/types.rbs', line 5259 def next_token @next_token end |
#quick_connect_summary_list ⇒ ::Array[Types::QuickConnectSummary]
Returns the value of attribute quick_connect_summary_list.
5258 5259 5260 |
# File 'sig/types.rbs', line 5258 def quick_connect_summary_list @quick_connect_summary_list end |