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

Class: Aws::ApplicationDiscoveryService::Types::DescribeTagsRequest

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

Overview

Note:

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

{
  filters: [
    {
      name: "FilterName", # required
      values: ["FilterValue"], # required
    },
  ],
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::TagFilter>

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

Returns:

  • (Array<Types::TagFilter>)

    You can filter the list using a key-value format.

#max_resultsInteger

The total number of items to return in a single page of output. The maximum value is 100.

Returns:

  • (Integer)

    The total number of items to return in a single page of output.

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)

    A token to start the list.