The attribute key.
Returns:
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