Class: Aws::Types::ListQueueQuickConnectsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQueueQuickConnectsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5231 5232 5233 |
# File 'sig/types.rbs', line 5231 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5230 5231 5232 |
# File 'sig/types.rbs', line 5230 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5228 5229 5230 |
# File 'sig/types.rbs', line 5228 def next_token @next_token end |
#quick_connect_summary_list ⇒ ::Array[Types::QuickConnectSummary]
Returns the value of attribute quick_connect_summary_list.
5229 5230 5231 |
# File 'sig/types.rbs', line 5229 def quick_connect_summary_list @quick_connect_summary_list end |