ListObjectParentPathsRequest
public struct ListObjectParentPathsRequest : AWSShape
extension CloudDirectory.ListObjectParentPathsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the directory to which the parent path applies.
Declaration
Swift
public let directoryArn: String
-
The maximum number of items to be retrieved in a single call. This is an approximate number.
Declaration
Swift
public let maxResults: Int?
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
The reference that identifies the object whose parent paths are listed.
Declaration
Swift
public let objectReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(directoryArn: String, maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudDirectory.ListObjectParentPathsRequest