Class: Aws::NetworkFirewall::Types::ContainerAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ContainerAttribute
- 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
-
#key ⇒ String
The attribute key to filter on.
-
#value ⇒ String
The attribute value to match.
Instance Attribute Details
#key ⇒ String
The attribute key to filter on.
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.
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 |