ListSatellitesRequest

public struct ListSatellitesRequest : AWSShape
extension GroundStation.ListSatellitesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Maximum number of satellites returned.

    Declaration

    Swift

    public let maxResults: Int?
  • Next token that can be supplied in the next call to get the next page of satellites.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)