ListOutpostsOutput
public struct ListOutpostsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public let outposts: [Outpost]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, outposts: [Outpost]? = nil)
View on GitHub
ListOutpostsOutput Structure Reference