class Aws::GroundStation::Types::FrequencyBandwidth

Object that describes the frequency bandwidth.

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

data as a hash:

    {
      units: "GHz", # required, accepts GHz, MHz, kHz
      value: 1.0, # required
    }

@!attribute [rw] units

Frequency bandwidth units.
@return [String]

@!attribute [rw] value

Frequency bandwidth value. AWS Ground Station currently has the
following bandwidth limitations:

* For `AntennaDownlinkDemodDecodeconfig`, valid values are between
  125 kHz to 650 MHz.

* For `AntennaDownlinkconfig`, valid values are between 10 kHz to 54
  MHz.

* For `AntennaUplinkConfig`, valid values are between 10 kHz to 54
  MHz.
@return [Float]

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

Constants

SENSITIVE