Class: Aws::Connect::Types::PrimaryAttributeValueFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PrimaryAttributeValueFilter
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A primary attribute value filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The filter's attribute name.
-
#values ⇒ Array<String>
The filter's values.
Instance Attribute Details
#attribute_name ⇒ String
The filter's attribute name.
23749 23750 23751 23752 23753 23754 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23749 class PrimaryAttributeValueFilter < Struct.new( :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter's values.
23749 23750 23751 23752 23753 23754 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23749 class PrimaryAttributeValueFilter < Struct.new( :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |