class Aws::AutoScaling::Types::DescribeTagsType

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

data as a hash:

    {
      filters: [
        {
          name: "XmlString",
          values: ["XmlString"],
        },
      ],
      next_token: "XmlString",
      max_records: 1,
    }

@!attribute [rw] filters

One or more filters to scope the tags to return. The maximum number
of filters per filter type (for example, `auto-scaling-group`) is
1000.
@return [Array<Types::Filter>]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@!attribute [rw] max_records

The maximum number of items to return with this call. The default
value is `50` and the maximum value is `100`.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeTagsType AWS API Documentation

Constants

SENSITIVE