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

Class: Aws::AutoScaling::Types::Filter

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

Overview

Note:

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

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter. The valid values are: auto-scaling-group, key, value, and propagate-at-launch.

Returns:

  • (String)

    The name of the filter.

#valuesArray<String>

One or more filter values. Filter values are case-sensitive.

Returns:

  • (Array<String>)

    One or more filter values.