Class: Aws::Types::DocumentAttributeTarget
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAttributeTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_document_attribute_key ⇒ ::String
Returns the value of attribute target_document_attribute_key.
-
#target_document_attribute_value ⇒ Types::DocumentAttributeValue
Returns the value of attribute target_document_attribute_value.
-
#target_document_attribute_value_deletion ⇒ Boolean
Returns the value of attribute target_document_attribute_value_deletion.
Instance Attribute Details
#target_document_attribute_key ⇒ ::String
Returns the value of attribute target_document_attribute_key.
918 919 920 |
# File 'sig/types.rbs', line 918 def target_document_attribute_key @target_document_attribute_key end |
#target_document_attribute_value ⇒ Types::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_deletion ⇒ Boolean
Returns the value of attribute target_document_attribute_value_deletion.
919 920 921 |
# File 'sig/types.rbs', line 919 def target_document_attribute_value_deletion @target_document_attribute_value_deletion end |