class Aws::ServiceDiscovery::Types::NamespaceFilter

A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.

@note When making an API call, you may pass NamespaceFilter

data as a hash:

    {
      name: "TYPE", # required, accepts TYPE
      values: ["FilterValue"], # required
      condition: "EQ", # accepts EQ, IN, BETWEEN
    }

@!attribute [rw] name

Specify `TYPE`.
@return [String]

@!attribute [rw] values

If you specify `EQ` for `Condition`, specify either `DNS_PUBLIC` or
`DNS_PRIVATE`.

If you specify `IN` for `Condition`, you can specify `DNS_PUBLIC`,
`DNS_PRIVATE`, or both.
@return [Array<String>]

@!attribute [rw] condition

The operator that you want to use to determine whether
`ListNamespaces` returns a namespace. Valid values for `condition`
include:

EQ

: When you specify `EQ` for the condition, you can choose to list
  only public namespaces or private namespaces, but not both. `EQ`
  is the default condition and can be omitted.

IN

: When you specify `IN` for the condition, you can choose to list
  public namespaces, private namespaces, or both.

BETWEEN

: Not applicable
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/NamespaceFilter AWS API Documentation

Constants

SENSITIVE