Class: Aws::ECR::Types::Attribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/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

Instance Attribute Details

#keyString

The attribute key.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 25

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

#valueString

The value assigned to the attribute key.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 25

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