GetSatelliteResponse
public struct GetSatelliteResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of ground stations to which the satellite is on-boarded.
Declaration
Swift
public let groundStations: [String]? -
NORAD satellite ID number.
Declaration
Swift
public let noradSatelliteID: Int? -
ARN of a satellite.
Declaration
Swift
public let satelliteArn: String? -
UUID of a satellite.
Declaration
Swift
public let satelliteId: String? -
Undocumented
Declaration
Swift
public init(groundStations: [String]? = nil, noradSatelliteID: Int? = nil, satelliteArn: String? = nil, satelliteId: String? = nil)
View on GitHub
GetSatelliteResponse Structure Reference