ListSatellitesResponse
public struct ListSatellitesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Next token that can be supplied in the next call to get the next page of satellites.
Declaration
Swift
public let nextToken: String?
-
List of satellites.
Declaration
Swift
public let satellites: [SatelliteListItem]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, satellites: [SatelliteListItem]? = nil)