Class: Aws::CloudDirectory::Types::BatchReadSuccessfulResponse

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

Overview

Represents the output of a ‘BatchRead` success response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The list of attributes to retrieve from the typed link.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#get_object_attributesTypes::BatchGetObjectAttributesResponse

Retrieves attributes within a facet that are associated with an object.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#get_object_informationTypes::BatchGetObjectInformationResponse

Retrieves metadata about an object.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_attached_indicesTypes::BatchListAttachedIndicesResponse

Lists indices attached to an object.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

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]: docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_indexTypes::BatchListIndexResponse

Lists objects attached to the specified index.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_object_attributesTypes::BatchListObjectAttributesResponse

Lists all attributes that are associated with an object.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_object_childrenTypes::BatchListObjectChildrenResponse

Returns a paginated list of child objects that are associated with a given object.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_object_parent_pathsTypes::BatchListObjectParentPathsResponse

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]: docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directorystructure.html



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_object_parentsTypes::BatchListObjectParentsResponse

The list of parent objects to retrieve.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_object_policiesTypes::BatchListObjectPoliciesResponse

Returns policies attached to an object in pagination fashion.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

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]: docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#list_policy_attachmentsTypes::BatchListPolicyAttachmentsResponse

Returns all of the ‘ObjectIdentifiers` to which a given policy is attached.



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end

#lookup_policyTypes::BatchLookupPolicyResponse

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]: docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies



1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1701

class BatchReadSuccessfulResponse < Struct.new(
  :list_object_attributes,
  :list_object_children,
  :get_object_information,
  :get_object_attributes,
  :list_attached_indices,
  :list_object_parent_paths,
  :list_object_policies,
  :list_policy_attachments,
  :lookup_policy,
  :list_index,
  :list_outgoing_typed_links,
  :list_incoming_typed_links,
  :get_link_attributes,
  :list_object_parents)
  SENSITIVE = []
  include Aws::Structure
end