You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53Resolver::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::Filter
- Defined in:
- (unknown)
Overview
When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "FilterName",
values: ["FilterValue"],
}
For List
operations, an optional specification to return a subset of objects, such as resolver endpoints or resolver rules.
Instance Attribute Summary collapse
-
#name ⇒ String
When you\'re using a
List
operation and you want the operation to return a subset of objects, such as resolver endpoints or resolver rules, the name of the parameter that you want to use to filter objects. -
#values ⇒ Array<String>
When you\'re using a
List
operation and you want the operation to return a subset of objects, such as resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects.
Instance Attribute Details
#name ⇒ String
When you\'re using a List
operation and you want the operation to
return a subset of objects, such as resolver endpoints or resolver
rules, the name of the parameter that you want to use to filter objects.
For example, to list only inbound resolver endpoints, specify
Direction
for the value of Name
.
#values ⇒ Array<String>
When you\'re using a List
operation and you want the operation to
return a subset of objects, such as resolver endpoints or resolver
rules, the value of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify
INBOUND
for the value of Values
.