You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::BatchWriteOperationResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a BatchWrite response operation.

Instance Attribute Summary collapse

Instance Attribute Details

#add_facet_to_objectTypes::BatchAddFacetToObjectResponse

The result of an add facet to object batch operation.

Returns:

#attach_objectTypes::BatchAttachObjectResponse

Attaches an object to a Directory.

Returns:

#attach_policyTypes::BatchAttachPolicyResponse

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

Returns:

#attach_to_indexTypes::BatchAttachToIndexResponse

Attaches the specified object to the specified index.

Returns:

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

Returns:

#create_indexTypes::BatchCreateIndexResponse

Creates an index object. See Indexing and search for more information.

Returns:

#create_objectTypes::BatchCreateObjectResponse

Creates an object in a Directory.

Returns:

#delete_objectTypes::BatchDeleteObjectResponse

Deletes an object in a Directory.

Returns:

#detach_from_indexTypes::BatchDetachFromIndexResponse

Detaches the specified object from the specified index.

Returns:

#detach_objectTypes::BatchDetachObjectResponse

Detaches an object from a Directory.

Returns:

#detach_policyTypes::BatchDetachPolicyResponse

Detaches a policy from a Directory.

Returns:

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

Returns:

#remove_facet_from_objectTypes::BatchRemoveFacetFromObjectResponse

The result of a batch remove facet from object operation.

Returns:

Represents the output of a BatchWrite response operation.

Returns:

#update_object_attributesTypes::BatchUpdateObjectAttributesResponse

Updates a given object’s attributes.

Returns: