ListObjectParentsResponse
public struct ListObjectParentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Returns a list of parent reference and LinkName Tuples.
Declaration
Swift
public let parentLinks: [ObjectIdentifierAndLinkNameTuple]?
-
The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.
Declaration
Swift
public let parents: [String : String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, parentLinks: [ObjectIdentifierAndLinkNameTuple]? = nil, parents: [String : String]? = nil)