ListGroundStationsResponse
public struct ListGroundStationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of ground stations.
Declaration
Swift
public let groundStationList: [GroundStationData]? -
Next token that can be supplied in the next call to get the next page of ground stations.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(groundStationList: [GroundStationData]? = nil, nextToken: String? = nil)
View on GitHub
ListGroundStationsResponse Structure Reference