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.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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” }.
      18012 18013 18014 18015 18016 18017 18018 18019 18020 18021 18022 18023  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18012 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  |