Class: Aws::ConnectCases::Types::ContactContent

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

Overview

An object that represents a content of an Amazon Connect contact object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

A list of channels to filter on for related items of type Contact.

Returns:

  • (String)


396
397
398
399
400
401
402
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 396

class ContactContent < Struct.new(
  :channel,
  :connected_to_system_time,
  :contact_arn)
  SENSITIVE = []
  include Aws::Structure
end

#connected_to_system_timeTime

The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

Returns:

  • (Time)


396
397
398
399
400
401
402
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 396

class ContactContent < Struct.new(
  :channel,
  :connected_to_system_time,
  :contact_arn)
  SENSITIVE = []
  include Aws::Structure
end

#contact_arnString

A unique identifier of a contact in Amazon Connect.

Returns:

  • (String)


396
397
398
399
400
401
402
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 396

class ContactContent < Struct.new(
  :channel,
  :connected_to_system_time,
  :contact_arn)
  SENSITIVE = []
  include Aws::Structure
end