Class: Aws::CloudDirectory::Types::ObjectAttributeAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

The action to take on the object attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_attribute_action_typeString

A type that can be either Update or Delete.

Returns:

  • (String)


4542
4543
4544
4545
4546
4547
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4542

class ObjectAttributeAction < Struct.new(
  :object_attribute_action_type,
  :object_attribute_update_value)
  SENSITIVE = []
  include Aws::Structure
end

#object_attribute_update_valueTypes::TypedAttributeValue

The value that you want to update to.



4542
4543
4544
4545
4546
4547
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4542

class ObjectAttributeAction < Struct.new(
  :object_attribute_action_type,
  :object_attribute_update_value)
  SENSITIVE = []
  include Aws::Structure
end