Class: Aws::CloudDirectory::Types::ObjectAttributeUpdate

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

Overview

Structure that contains attribute update information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_attribute_actionTypes::ObjectAttributeAction

The action to perform as part of the attribute update.



4580
4581
4582
4583
4584
4585
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4580

class ObjectAttributeUpdate < Struct.new(
  :object_attribute_key,
  :object_attribute_action)
  SENSITIVE = []
  include Aws::Structure
end

#object_attribute_keyTypes::AttributeKey

The key of the attribute being updated.

Returns:



4580
4581
4582
4583
4584
4585
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4580

class ObjectAttributeUpdate < Struct.new(
  :object_attribute_key,
  :object_attribute_action)
  SENSITIVE = []
  include Aws::Structure
end