ListObjectParentPathsResponse
public struct ListObjectParentPathsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Returns the path to the ObjectIdentifiers that are associated with the directory.
Declaration
Swift
public let pathToObjectIdentifiersList: [PathToObjectIdentifiers]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, pathToObjectIdentifiersList: [PathToObjectIdentifiers]? = nil)