GroundStationData
public struct GroundStationData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
UUID of a ground station.
Declaration
Swift
public let groundStationId: String? -
Name of a ground station.
Declaration
Swift
public let groundStationName: String? -
Ground station Region.
Declaration
Swift
public let region: String? -
Undocumented
Declaration
Swift
public init(groundStationId: String? = nil, groundStationName: String? = nil, region: String? = nil)
View on GitHub
GroundStationData Structure Reference