class Aws::ServiceCatalog::Types::ListTagOptionsInput

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

data as a hash:

    {
      filters: {
        key: "TagOptionKey",
        value: "TagOptionValue",
        active: false,
      },
      page_size: 1,
      page_token: "PageToken",
    }

@!attribute [rw] filters

The search filters. If no search filters are specified, the output
includes all TagOptions.
@return [Types::ListTagOptionsFilters]

@!attribute [rw] page_size

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] page_token

The page token for the next set of results. To retrieve the first
set of results, use null.
@return [String]

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

Constants

SENSITIVE