Class: Aws::Neptune::Types::Filter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

This type is not currently supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

This parameter is not currently supported.

Returns:

  • (String)


5252
5253
5254
5255
5256
5257
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5252

class Filter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

This parameter is not currently supported.

Returns:

  • (Array<String>)


5252
5253
5254
5255
5256
5257
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5252

class Filter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end