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

Class: Aws::GroundStation::Types::AntennaUplinkConfig

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

Overview

Note:

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

{
  spectrum_config: { # required
    center_frequency: { # required
      units: "GHz", # required, accepts GHz, MHz, kHz
      value: 1.0, # required
    },
    polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
  },
  target_eirp: { # required
    units: "dBW", # required, accepts dBW
    value: 1.0, # required
  },
  transmit_disabled: false,
}

Information about the uplink Config of an antenna.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#spectrum_configTypes::UplinkSpectrumConfig

Information about the uplink spectral Config.

Returns:

#target_eirpTypes::Eirp

EIRP of the target.

Returns:

#transmit_disabledBoolean

Whether or not uplink transmit is disabled.

Returns:

  • (Boolean)

    Whether or not uplink transmit is disabled.