ListGroundStationsRequest
public struct ListGroundStationsRequest : AWSShape
extension GroundStation.ListGroundStationsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Maximum number of ground stations returned.
Declaration
Swift
public let maxResults: Int?
-
Next token that can be supplied in the next call to get the next page of ground stations.
Declaration
Swift
public let nextToken: String?
-
Satellite ID to retrieve on-boarded ground stations.
Declaration
Swift
public let satelliteId: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, satelliteId: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> GroundStation.ListGroundStationsRequest