Class: Aws::ConnectCases::Types::ContactFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ContactFilter
- 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
-
#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`.
633 634 635 636 637 638 |
# File 'lib/aws-sdk-connectcases/types.rb', line 633 class ContactFilter < Struct.new( :channel, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_arn ⇒ String
A unique identifier of a contact in Amazon Connect.
633 634 635 636 637 638 |
# File 'lib/aws-sdk-connectcases/types.rb', line 633 class ContactFilter < Struct.new( :channel, :contact_arn) SENSITIVE = [] include Aws::Structure end |