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

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

Overview

Information about how AWS Ground Station should configure an antenna for downlink during a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#spectrum_configTypes::SpectrumConfig

Object that describes a spectral ‘Config`.



99
100
101
102
103
# File 'lib/aws-sdk-groundstation/types.rb', line 99

class AntennaDownlinkConfig < Struct.new(
  :spectrum_config)
  SENSITIVE = []
  include Aws::Structure
end