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
- Struct
- Aws::CloudDirectory::Types::BatchWriteOperationResponse
- Defined in:
- (unknown)
Overview
Represents the output of a BatchWrite
response operation.
Instance Attribute Summary collapse
-
#add_facet_to_object ⇒ Types::BatchAddFacetToObjectResponse
The result of an add facet to object batch operation.
-
#attach_object ⇒ Types::BatchAttachObjectResponse
Attaches an object to a Directory.
-
#attach_policy ⇒ Types::BatchAttachPolicyResponse
Attaches a policy object to a regular object.
-
#attach_to_index ⇒ Types::BatchAttachToIndexResponse
Attaches the specified object to the specified index.
-
#attach_typed_link ⇒ Types::BatchAttachTypedLinkResponse
Attaches a typed link to a specified source and target object.
-
#create_index ⇒ Types::BatchCreateIndexResponse
Creates an index object.
-
#create_object ⇒ Types::BatchCreateObjectResponse
Creates an object in a Directory.
-
#delete_object ⇒ Types::BatchDeleteObjectResponse
Deletes an object in a Directory.
-
#detach_from_index ⇒ Types::BatchDetachFromIndexResponse
Detaches the specified object from the specified index.
-
#detach_object ⇒ Types::BatchDetachObjectResponse
Detaches an object from a Directory.
-
#detach_policy ⇒ Types::BatchDetachPolicyResponse
Detaches a policy from a Directory.
-
#detach_typed_link ⇒ Types::BatchDetachTypedLinkResponse
Detaches a typed link from a specified source and target object.
-
#remove_facet_from_object ⇒ Types::BatchRemoveFacetFromObjectResponse
The result of a batch remove facet from object operation.
-
#update_link_attributes ⇒ Types::BatchUpdateLinkAttributesResponse
Represents the output of a
BatchWrite
response operation. -
#update_object_attributes ⇒ Types::BatchUpdateObjectAttributesResponse
Updates a given object’s attributes.
Instance Attribute Details
#add_facet_to_object ⇒ Types::BatchAddFacetToObjectResponse
The result of an add facet to object batch operation.
#attach_object ⇒ Types::BatchAttachObjectResponse
Attaches an object to a Directory.
#attach_policy ⇒ Types::BatchAttachPolicyResponse
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
#attach_to_index ⇒ Types::BatchAttachToIndexResponse
Attaches the specified object to the specified index.
#attach_typed_link ⇒ Types::BatchAttachTypedLinkResponse
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
#create_index ⇒ Types::BatchCreateIndexResponse
Creates an index object. See Indexing and search for more information.
#create_object ⇒ Types::BatchCreateObjectResponse
Creates an object in a Directory.
#delete_object ⇒ Types::BatchDeleteObjectResponse
Deletes an object in a Directory.
#detach_from_index ⇒ Types::BatchDetachFromIndexResponse
Detaches the specified object from the specified index.
#detach_object ⇒ Types::BatchDetachObjectResponse
Detaches an object from a Directory.
#detach_policy ⇒ Types::BatchDetachPolicyResponse
Detaches a policy from a Directory.
#detach_typed_link ⇒ Types::BatchDetachTypedLinkResponse
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
#remove_facet_from_object ⇒ Types::BatchRemoveFacetFromObjectResponse
The result of a batch remove facet from object operation.
#update_link_attributes ⇒ Types::BatchUpdateLinkAttributesResponse
Represents the output of a BatchWrite
response operation.
#update_object_attributes ⇒ Types::BatchUpdateObjectAttributesResponse
Updates a given object’s attributes.