Class: Aws::AgentRegistryControl::Types::RegistryFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#name ⇒ String

The attribute to filter on

Returns:

  • (String)


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

Returns:

  • (Array<String>)


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