class Aws::CloudDirectory::Types::BatchReadSuccessfulResponse
Represents the output of a `BatchRead` success response operation.
@!attribute [rw] list_object_attributes
Lists all attributes that are associated with an object. @return [Types::BatchListObjectAttributesResponse]
@!attribute [rw] list_object_children
Returns a paginated list of child objects that are associated with a given object. @return [Types::BatchListObjectChildrenResponse]
@!attribute [rw] get_object_information
Retrieves metadata about an object. @return [Types::BatchGetObjectInformationResponse]
@!attribute [rw] get_object_attributes
Retrieves attributes within a facet that are associated with an object. @return [Types::BatchGetObjectAttributesResponse]
@!attribute [rw] list_attached_indices
Lists indices attached to an object. @return [Types::BatchListAttachedIndicesResponse]
@!attribute [rw] list_object_parent_paths
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see [Directory Structure][1]. [1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directorystructure.html @return [Types::BatchListObjectParentPathsResponse]
@!attribute [rw] list_object_policies
Returns policies attached to an object in pagination fashion. @return [Types::BatchListObjectPoliciesResponse]
@!attribute [rw] list_policy_attachments
Returns all of the `ObjectIdentifiers` to which a given policy is attached. @return [Types::BatchListPolicyAttachmentsResponse]
@!attribute [rw] lookup_policy
Lists all policies from the root of the Directory to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the `ObjectIdentifier` for such objects. If policies are present, it returns `ObjectIdentifier`, `policyId`, and `policyType`. Paths that don't lead to the root from the target object are ignored. For more information, see [Policies][1]. [1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies @return [Types::BatchLookupPolicyResponse]
@!attribute [rw] list_index
Lists objects attached to the specified index. @return [Types::BatchListIndexResponse]
@!attribute [rw] list_outgoing_typed_links
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see [Typed Links][1]. [1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink @return [Types::BatchListOutgoingTypedLinksResponse]
@!attribute [rw] list_incoming_typed_links
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see [Typed Links][1]. [1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink @return [Types::BatchListIncomingTypedLinksResponse]
@!attribute [rw] get_link_attributes
The list of attributes to retrieve from the typed link. @return [Types::BatchGetLinkAttributesResponse]
@!attribute [rw] list_object_parents
The list of parent objects to retrieve. @return [Types::BatchListObjectParentsResponse]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchReadSuccessfulResponse AWS API Documentation
Constants
- SENSITIVE