Class: Aws::CloudDirectory::Types::BatchUpdateObjectAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchUpdateObjectAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ‘BatchUpdate` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_updates ⇒ Array<Types::ObjectAttributeUpdate>
Attributes update structure.
-
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object.
Instance Attribute Details
#attribute_updates ⇒ Array<Types::ObjectAttributeUpdate>
Attributes update structure.
1785 1786 1787 1788 1789 1790 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1785 class BatchUpdateObjectAttributes < Struct.new( :object_reference, :attribute_updates) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object.
1785 1786 1787 1788 1789 1790 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1785 class BatchUpdateObjectAttributes < Struct.new( :object_reference, :attribute_updates) SENSITIVE = [] include Aws::Structure end |