Class: Aws::GroundStation::Types::UplinkSpectrumConfig

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

Overview

Information about the uplink spectral Config.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#center_frequencyTypes::Frequency

Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.

Returns:



2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2898

class UplinkSpectrumConfig < Struct.new(
  :center_frequency,
  :polarization)
  SENSITIVE = []
  include Aws::Structure
end

#polarizationString

Polarization of an uplink spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

Returns:

  • (String)


2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2898

class UplinkSpectrumConfig < Struct.new(
  :center_frequency,
  :polarization)
  SENSITIVE = []
  include Aws::Structure
end