Class: Aws::ConnectCases::Types::ContactFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ContactFilter
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
A filter for related items of type Contact
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ Array<String>
A list of channels to filter on for related items of type
Contact
. -
#contact_arn ⇒ String
A unique identifier of a contact in Amazon Connect.
Instance Attribute Details
#channel ⇒ Array<String>
A list of channels to filter on for related items of type Contact
.
416 417 418 419 420 421 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 416 class ContactFilter < Struct.new( :channel, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_arn ⇒ String
A unique identifier of a contact in Amazon Connect.
416 417 418 419 420 421 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 416 class ContactFilter < Struct.new( :channel, :contact_arn) SENSITIVE = [] include Aws::Structure end |