You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "String", # required
  values: ["String"], # required
}

This type is not currently supported.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

This parameter is not currently supported.

Returns:

  • (String)

    This parameter is not currently supported.

#valuesArray<String>

This parameter is not currently supported.

Returns:

  • (Array<String>)

    This parameter is not currently supported.