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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Object that describes the frequency bandwidth.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitsString

Frequency bandwidth units.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1463

class FrequencyBandwidth < Struct.new(
  :units,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1463

class FrequencyBandwidth < Struct.new(
  :units,
  :value)
  SENSITIVE = []
  include Aws::Structure
end