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)


8774
8775
8776
8777
8778
8779
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8774

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

#valueArray<String>

The value to be associated.

Returns:

  • (Array<String>)


8774
8775
8776
8777
8778
8779
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8774

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