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

Class: Aws::ServiceCatalog::Types::ListTagOptionsInput

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ListTagOptionsFilters

The search filters. If no search filters are specified, the output includes all TagOptions.

Returns:

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)

    The maximum number of items to return with this call.

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)

    The page token for the next set of results.