Class: Aws::NetworkFirewall::Types::ContainerAttribute

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

A key-value filter pair used in container association monitoring configurations to narrow which containers are tracked.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key ⇒ String

The attribute key to filter on.

Returns:

  • (String)


895
896
897
898
899
900
# File 'lib/aws-sdk-networkfirewall/types.rb', line 895

class ContainerAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#value ⇒ String

The attribute value to match.

Returns:

  • (String)


895
896
897
898
899
900
# File 'lib/aws-sdk-networkfirewall/types.rb', line 895

class ContainerAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end