class Aws::AutoScaling::Types::Filter

Describes a filter that is used to return a more specific list of results when describing tags.

For more information, see [Tagging Auto Scaling groups and instances] in the *Amazon EC2 Auto Scaling User Guide*.

[1]: docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html

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

data as a hash:

    {
      name: "XmlString",
      values: ["XmlString"],
    }

@!attribute [rw] name

The name of the filter. The valid values are: `auto-scaling-group`,
`key`, `value`, and `propagate-at-launch`.
@return [String]

@!attribute [rw] values

One or more filter values. Filter values are case-sensitive.
@return [Array<String>]

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

Constants

SENSITIVE