You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UplinkSpectrumConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  center_frequency: { # required
    units: "GHz", # required, accepts GHz, MHz, kHz
    value: 1.0, # required
  },
  polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
}

Information about the uplink spectral Config.

Returned by:

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:

#polarizationString

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

Possible values:

  • LEFT_HAND
  • NONE
  • RIGHT_HAND

Returns:

  • (String)

    Polarization of an uplink spectral Config.