ListLocationsResponse
public struct ListLocationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array that contains a list of locations.
Declaration
Swift
public let locations: [LocationListEntry]? -
An opaque string that indicates the position at which to begin returning the next list of locations.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(locations: [LocationListEntry]? = nil, nextToken: String? = nil)
View on GitHub
ListLocationsResponse Structure Reference