Class: Aws::Connect::Types::Reference

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

Overview

Well-formed data on a contact, used by agents to complete a contact request. You can have up to 4,096 UTF-8 bytes across all references for a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the reference

Returns:

  • (String)


18286
18287
18288
18289
18290
18291
18292
18293
18294
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18286

class Reference < Struct.new(
  :value,
  :type,
  :status,
  :arn,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the attachment reference type.

Returns:

  • (String)


18286
18287
18288
18289
18290
18291
18292
18293
18294
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18286

class Reference < Struct.new(
  :value,
  :type,
  :status,
  :arn,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Relevant details why the reference was not successfully created.

Returns:

  • (String)


18286
18287
18288
18289
18290
18291
18292
18293
18294
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18286

class Reference < Struct.new(
  :value,
  :type,
  :status,
  :arn,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the reference. DATE must be of type Epoch timestamp.

Returns:

  • (String)


18286
18287
18288
18289
18290
18291
18292
18293
18294
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18286

class Reference < Struct.new(
  :value,
  :type,
  :status,
  :arn,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).

Returns:

  • (String)


18286
18287
18288
18289
18290
18291
18292
18293
18294
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18286

class Reference < Struct.new(
  :value,
  :type,
  :status,
  :arn,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end