Class: Aws::Connect::Types::QuickConnect
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::QuickConnect
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains information about a quick connect.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description.
-
#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_arn ⇒ String
The Amazon Resource Name (ARN) of the quick connect.
-
#quick_connect_config ⇒ Types::QuickConnectConfig
Contains information about the quick connect.
-
#quick_connect_id ⇒ String
The identifier for the quick connect.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The description.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :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.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the quick connect.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#quick_connect_arn ⇒ String
The Amazon Resource Name (ARN) of the quick connect.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#quick_connect_config ⇒ Types::QuickConnectConfig
Contains information about the quick connect.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#quick_connect_id ⇒ String
The identifier for the quick connect.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 |
# File 'lib/aws-sdk-connect/types.rb', line 16049 class QuickConnect < Struct.new( :quick_connect_arn, :quick_connect_id, :name, :description, :quick_connect_config, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |