Class: Aws::GroundStation::Types::Frequency
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::Frequency
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Object that describes the frequency.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#units ⇒ String
Frequency units.
-
#value ⇒ Float
Frequency value.
Instance Attribute Details
#units ⇒ String
Frequency units.
1445 1446 1447 1448 1449 1450 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1445 class Frequency < Struct.new( :units, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
1445 1446 1447 1448 1449 1450 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1445 class Frequency < Struct.new( :units, :value) SENSITIVE = [] include Aws::Structure end |