BatchListObjectChildrenResponse
public struct BatchListObjectChildrenResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.
Declaration
Swift
public let children: [String : String]? -
The pagination token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(children: [String : String]? = nil, nextToken: String? = nil)
View on GitHub
BatchListObjectChildrenResponse Structure Reference