Class: Aws::Connect::Types::QuickConnectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::QuickConnectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a quick connect.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the quick connect.
-
#id ⇒ String
The identifier for the quick connect.
-
#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.
-
#name ⇒ String
The name of the quick connect.
-
#quick_connect_type ⇒ String
The type of quick connect.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the quick connect.
15950 15951 15952 15953 15954 15955 15956 15957 15958 15959 |
# File 'lib/aws-sdk-connect/types.rb', line 15950 class QuickConnectSummary < Struct.new( :id, :arn, :name, :quick_connect_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the quick connect.
15950 15951 15952 15953 15954 15955 15956 15957 15958 15959 |
# File 'lib/aws-sdk-connect/types.rb', line 15950 class QuickConnectSummary < Struct.new( :id, :arn, :name, :quick_connect_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
15950 15951 15952 15953 15954 15955 15956 15957 15958 15959 |
# File 'lib/aws-sdk-connect/types.rb', line 15950 class QuickConnectSummary < Struct.new( :id, :arn, :name, :quick_connect_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
15950 15951 15952 15953 15954 15955 15956 15957 15958 15959 |
# File 'lib/aws-sdk-connect/types.rb', line 15950 class QuickConnectSummary < Struct.new( :id, :arn, :name, :quick_connect_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the quick connect.
15950 15951 15952 15953 15954 15955 15956 15957 15958 15959 |
# File 'lib/aws-sdk-connect/types.rb', line 15950 class QuickConnectSummary < Struct.new( :id, :arn, :name, :quick_connect_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#quick_connect_type ⇒ String
The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
15950 15951 15952 15953 15954 15955 15956 15957 15958 15959 |
# File 'lib/aws-sdk-connect/types.rb', line 15950 class QuickConnectSummary < Struct.new( :id, :arn, :name, :quick_connect_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |