Class: Aws::Types::MetadataKeyValuePair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_key::String

Returns the value of attribute metadata_key.

Returns:

  • (::String)


5653
5654
5655
# File 'sig/types.rbs', line 5653

def 
  @metadata_key
end

#metadata_value::String

Returns the value of attribute metadata_value.

Returns:

  • (::String)


5654
5655
5656
# File 'sig/types.rbs', line 5654

def 
  @metadata_value
end