Class: Aws::GroundStation::Types::AntennaDownlinkConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::AntennaDownlinkConfig
- 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
-
#spectrum_config ⇒ Types::SpectrumConfig
Object that describes a spectral ‘Config`.
Instance Attribute Details
#spectrum_config ⇒ Types::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 |