You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::FrequencyBandwidth

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FrequencyBandwidth as input to an Aws::Client method, you can use a vanilla Hash:

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

Object that describes the frequency bandwidth.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#unitsString

Frequency bandwidth units.

Possible values:

  • GHz
  • MHz
  • kHz

Returns:

  • (String)

    Frequency bandwidth units.

#valueFloat

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.

Returns:

  • (Float)

    Frequency bandwidth value.