Class: Aws::GroundStation::Types::FrequencyBandwidth
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::FrequencyBandwidth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Object that describes the frequency bandwidth.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#units ⇒ String
Frequency bandwidth units.
-
#value ⇒ Float
Frequency bandwidth value.
Instance Attribute Details
#units ⇒ String
Frequency bandwidth units.
1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1474 class FrequencyBandwidth < Struct.new( :units, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
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.
1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1474 class FrequencyBandwidth < Struct.new( :units, :value) SENSITIVE = [] include Aws::Structure end |