Class: Aws::Glue::Types::FilterValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#typeString

The type of filter value.

Returns:

  • (String)


11420
11421
11422
11423
11424
11425
# File 'lib/aws-sdk-glue/types.rb', line 11420

class FilterValue < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueArray<String>

The value to be associated.

Returns:

  • (Array<String>)


11420
11421
11422
11423
11424
11425
# File 'lib/aws-sdk-glue/types.rb', line 11420

class FilterValue < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end