Class: Aws::Types::DocumentAttributeTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#target_document_attribute_key::String

Returns the value of attribute target_document_attribute_key.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def target_document_attribute_key
  @target_document_attribute_key
end

#target_document_attribute_valueTypes::DocumentAttributeValue

Returns the value of attribute target_document_attribute_value.



920
921
922
# File 'sig/types.rbs', line 920

def target_document_attribute_value
  @target_document_attribute_value
end

#target_document_attribute_value_deletionBoolean

Returns the value of attribute target_document_attribute_value_deletion.

Returns:

  • (Boolean)


919
920
921
# File 'sig/types.rbs', line 919

def target_document_attribute_value_deletion
  @target_document_attribute_value_deletion
end