Class: Aws::ConnectCases::Types::ContactFilter

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

Overview

A filter for related items of type ‘Contact`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelArray<String>

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

Returns:

  • (Array<String>)


693
694
695
696
697
698
# File 'lib/aws-sdk-connectcases/types.rb', line 693

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

#contact_arnString

A unique identifier of a contact in Amazon Connect.

Returns:

  • (String)


693
694
695
696
697
698
# File 'lib/aws-sdk-connectcases/types.rb', line 693

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