Class: Aws::Glue::Types::FilterValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FilterValue
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Represents a single entry in the list of values for a
FilterExpression
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of filter value.
-
#value ⇒ Array<String>
The value to be associated.
Instance Attribute Details
#type ⇒ String
The type of filter value.
10789 10790 10791 10792 10793 10794 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10789 class FilterValue < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
The value to be associated.
10789 10790 10791 10792 10793 10794 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10789 class FilterValue < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |