Class: Aws::Connect::Types::ListQueueQuickConnectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListQueueQuickConnectsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#quick_connect_summary_list ⇒ Array<Types::QuickConnectSummary>
Information about the quick connects.
Instance Attribute Details
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
13450 13451 13452 13453 13454 13455 13456 13457 |
# File 'lib/aws-sdk-connect/types.rb', line 13450 class ListQueueQuickConnectsResponse < Struct.new( :next_token, :quick_connect_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
13450 13451 13452 13453 13454 13455 13456 13457 |
# File 'lib/aws-sdk-connect/types.rb', line 13450 class ListQueueQuickConnectsResponse < Struct.new( :next_token, :quick_connect_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13450 13451 13452 13453 13454 13455 13456 13457 |
# File 'lib/aws-sdk-connect/types.rb', line 13450 class ListQueueQuickConnectsResponse < Struct.new( :next_token, :quick_connect_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#quick_connect_summary_list ⇒ Array<Types::QuickConnectSummary>
Information about the quick connects.
13450 13451 13452 13453 13454 13455 13456 13457 |
# File 'lib/aws-sdk-connect/types.rb', line 13450 class ListQueueQuickConnectsResponse < Struct.new( :next_token, :quick_connect_summary_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |