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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

The type of filter value.

Returns:

  • (String)


9031
9032
9033
9034
9035
9036
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9031

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

#valueArray<String>

The value to be associated.

Returns:

  • (Array<String>)


9031
9032
9033
9034
9035
9036
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9031

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