Class: Aws::ECR::Types::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::Attribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
This data type is used in the ImageScanFinding data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The attribute key.
-
#value ⇒ String
The value assigned to the attribute key.
Instance Attribute Details
#key ⇒ String
The attribute key.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-ecr/types.rb', line 25 class Attribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value assigned to the attribute key.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-ecr/types.rb', line 25 class Attribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |