Class: Aws::QConnect::Types::FilterAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::FilterAttribute
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
An attribute used for filtering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the filter attribute.
-
#value ⇒ Hash, ...
The value of the filter attribute.
Instance Attribute Details
#key ⇒ String
The key of the filter attribute.
4708 4709 4710 4711 4712 4713 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4708 class FilterAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Hash, ...
The value of the filter attribute.
4708 4709 4710 4711 4712 4713 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4708 class FilterAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |