Class: Aws::Types::ObjectAttributeAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#object_attribute_action_type"CREATE_OR_UPDATE", "DELETE"

Returns the value of attribute object_attribute_action_type.

Returns:

  • ("CREATE_OR_UPDATE", "DELETE")


1329
1330
1331
# File 'sig/types.rbs', line 1329

def object_attribute_action_type
  @object_attribute_action_type
end

#object_attribute_update_valueTypes::TypedAttributeValue

Returns the value of attribute object_attribute_update_value.



1330
1331
1332
# File 'sig/types.rbs', line 1330

def object_attribute_update_value
  @object_attribute_update_value
end