Class: Aws::AgentRegistryControl::Types::RegistryFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::RegistryFilter
- Defined in:
- gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb
Overview
A single filter applied to a ListRegistries request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The attribute to filter on.
-
#values ⇒ Array<String>
The values to match for the attribute.
Instance Attribute Details
#name ⇒ String
The attribute to filter on
1388 1389 1390 1391 1392 1393 |
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 1388 class RegistryFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to match for the attribute
1388 1389 1390 1391 1392 1393 |
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 1388 class RegistryFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |