Class: Aws::Types::RegistrationMetadataItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.



3809
3810
3811
# File 'sig/types.rbs', line 3809

def key
  @key
end

#value::String

Returns the value of attribute value.



3810
3811
3812
# File 'sig/types.rbs', line 3810

def value
  @value
end