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.
5331 5332 5333 |
# File 'sig/types.rbs', line 5331 def next_token @next_token end |
#quick_connect_summary_list ⇒ ::Array[Types::QuickConnectSummary]
Returns the value of attribute quick_connect_summary_list.
5330 5331 5332 |
# File 'sig/types.rbs', line 5330 def quick_connect_summary_list @quick_connect_summary_list end |