class Aws::ServiceCatalog::Types::ListTagOptionsFilters

Filters to use when listing TagOptions.

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

data as a hash:

    {
      key: "TagOptionKey",
      value: "TagOptionValue",
      active: false,
    }

@!attribute [rw] key

The TagOption key.
@return [String]

@!attribute [rw] value

The TagOption value.
@return [String]

@!attribute [rw] active

The active state.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListTagOptionsFilters AWS API Documentation

Constants

SENSITIVE