Class: Aws::GroundStation::Types::UplinkSpectrumConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UplinkSpectrumConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Information about the uplink spectral ‘Config`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#center_frequency ⇒ Types::Frequency
Center frequency of an uplink spectral ‘Config`.
-
#polarization ⇒ String
Polarization of an uplink spectral ‘Config`.
Instance Attribute Details
#center_frequency ⇒ Types::Frequency
Center frequency of an uplink spectral ‘Config`. Valid values are between 2025 to 2120 MHz.
2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2973 class UplinkSpectrumConfig < Struct.new( :center_frequency, :polarization) SENSITIVE = [] include Aws::Structure end |
#polarization ⇒ String
Polarization of an uplink spectral ‘Config`. Capturing both `“RIGHT_HAND”` and `“LEFT_HAND”` polarization requires two separate configs.
2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2973 class UplinkSpectrumConfig < Struct.new( :center_frequency, :polarization) SENSITIVE = [] include Aws::Structure end |