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)


9056
9057
9058
9059
9060
9061
# File 'lib/aws-sdk-glue/types.rb', line 9056

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

#valueArray<String>

The value to be associated.

Returns:

  • (Array<String>)


9056
9057
9058
9059
9060
9061
# File 'lib/aws-sdk-glue/types.rb', line 9056

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