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.
25301 25302 25303 25304 25305 25306 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25301 class PrimaryAttributeValueFilter < Struct.new( :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter's values.
25301 25302 25303 25304 25305 25306 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25301 class PrimaryAttributeValueFilter < Struct.new( :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |