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

Class: Aws::GroundStation::Types::AntennaDownlinkConfig

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

Overview

Note:

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

{
  spectrum_config: { # required
    bandwidth: { # required
      units: "GHz", # required, accepts GHz, MHz, kHz
      value: 1.0, # required
    },
    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 how AWS Ground Station should configure an antenna for downlink during a contact.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#spectrum_configTypes::SpectrumConfig

Object that describes a spectral Config.

Returns: