Class: Aws::Types::DocumentAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def key
  @key
end

#valueTypes::DocumentAttributeValue

Returns the value of attribute value.



906
907
908
# File 'sig/types.rbs', line 906

def value
  @value
end