class Aws::GroundStation::Types::ListGroundStationsRequest

@note When making an API call, you may pass ListGroundStationsRequest

data as a hash:

    {
      max_results: 1,
      next_token: "String",
      satellite_id: "String",
    }

@!attribute [rw] max_results

Maximum number of ground stations returned.
@return [Integer]

@!attribute [rw] next_token

Next token that can be supplied in the next call to get the next
page of ground stations.
@return [String]

@!attribute [rw] satellite_id

Satellite ID to retrieve on-boarded ground stations.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStationsRequest AWS API Documentation

Constants

SENSITIVE