BatchReadSuccessfulResponse
public struct BatchReadSuccessfulResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of attributes to retrieve from the typed link.
Declaration
Swift
public let getLinkAttributes: BatchGetLinkAttributesResponse?
-
Retrieves attributes within a facet that are associated with an object.
Declaration
Swift
public let getObjectAttributes: BatchGetObjectAttributesResponse?
-
Retrieves metadata about an object.
Declaration
Swift
public let getObjectInformation: BatchGetObjectInformationResponse?
-
Lists indices attached to an object.
Declaration
Swift
public let listAttachedIndices: BatchListAttachedIndicesResponse?
-
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.
Declaration
Swift
public let listIncomingTypedLinks: BatchListIncomingTypedLinksResponse?
-
Lists objects attached to the specified index.
Declaration
Swift
public let listIndex: BatchListIndexResponse?
-
Lists all attributes that are associated with an object.
Declaration
Swift
public let listObjectAttributes: BatchListObjectAttributesResponse?
-
Returns a paginated list of child objects that are associated with a given object.
Declaration
Swift
public let listObjectChildren: BatchListObjectChildrenResponse?
-
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.
Declaration
Swift
public let listObjectParentPaths: BatchListObjectParentPathsResponse?
-
Undocumented
Declaration
Swift
public let listObjectParents: BatchListObjectParentsResponse?
-
Returns policies attached to an object in pagination fashion.
Declaration
Swift
public let listObjectPolicies: BatchListObjectPoliciesResponse?
-
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.
Declaration
Swift
public let listOutgoingTypedLinks: BatchListOutgoingTypedLinksResponse?
-
Returns all of the ObjectIdentifiers to which a given policy is attached.
Declaration
Swift
public let listPolicyAttachments: BatchListPolicyAttachmentsResponse?
-
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.
Declaration
Swift
public let lookupPolicy: BatchLookupPolicyResponse?
-
init(getLinkAttributes:getObjectAttributes:getObjectInformation:listAttachedIndices:listIncomingTypedLinks:listIndex:listObjectAttributes:listObjectChildren:listObjectParentPaths:listObjectParents:listObjectPolicies:listOutgoingTypedLinks:listPolicyAttachments:lookupPolicy:)
Undocumented
Declaration
Swift
public init(getLinkAttributes: BatchGetLinkAttributesResponse? = nil, getObjectAttributes: BatchGetObjectAttributesResponse? = nil, getObjectInformation: BatchGetObjectInformationResponse? = nil, listAttachedIndices: BatchListAttachedIndicesResponse? = nil, listIncomingTypedLinks: BatchListIncomingTypedLinksResponse? = nil, listIndex: BatchListIndexResponse? = nil, listObjectAttributes: BatchListObjectAttributesResponse? = nil, listObjectChildren: BatchListObjectChildrenResponse? = nil, listObjectParentPaths: BatchListObjectParentPathsResponse? = nil, listObjectParents: BatchListObjectParentsResponse? = nil, listObjectPolicies: BatchListObjectPoliciesResponse? = nil, listOutgoingTypedLinks: BatchListOutgoingTypedLinksResponse? = nil, listPolicyAttachments: BatchListPolicyAttachmentsResponse? = nil, lookupPolicy: BatchLookupPolicyResponse? = nil)