Method: Aws::ECR::Types::Attribute#key

Defined in:
lib/aws-sdk-ecr/types.rb

#keyString

The attribute key.

Returns:

  • (String)


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