Class: Aws::Connect::Types::PrimaryAttributeValueFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PrimaryAttributeValueFilter
- Includes:
- Structure
- Defined in:
- 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.
24267 24268 24269 24270 24271 24272 |
# File 'lib/aws-sdk-connect/types.rb', line 24267 class PrimaryAttributeValueFilter < Struct.new( :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter’s values.
24267 24268 24269 24270 24271 24272 |
# File 'lib/aws-sdk-connect/types.rb', line 24267 class PrimaryAttributeValueFilter < Struct.new( :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |