Class: Aws::Connect::Types::QuickConnectSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains summary information about a quick connect.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the quick connect.

Returns:

  • (String)


14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14734

class QuickConnectSummary < Struct.new(
  :id,
  :arn,
  :name,
  :quick_connect_type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for the quick connect.

Returns:

  • (String)


14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14734

class QuickConnectSummary < Struct.new(
  :id,
  :arn,
  :name,
  :quick_connect_type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14734

class QuickConnectSummary < Struct.new(
  :id,
  :arn,
  :name,
  :quick_connect_type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14734

class QuickConnectSummary < Struct.new(
  :id,
  :arn,
  :name,
  :quick_connect_type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the quick connect.

Returns:

  • (String)


14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14734

class QuickConnectSummary < Struct.new(
  :id,
  :arn,
  :name,
  :quick_connect_type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#quick_connect_typeString

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).

Returns:

  • (String)


14734
14735
14736
14737
14738
14739
14740
14741
14742
14743
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14734

class QuickConnectSummary < Struct.new(
  :id,
  :arn,
  :name,
  :quick_connect_type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end