FrequencyBandwidth

public struct FrequencyBandwidth : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Frequency bandwidth units.

    Declaration

    Swift

    public let units: BandwidthUnits
  • 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.

    Declaration

    Swift

    public let value: Double
  • Undocumented

    Declaration

    Swift

    public init(units: BandwidthUnits, value: Double)