Class: Aws::GroundStation::Types::AntennaDownlinkDemodDecodeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::AntennaDownlinkDemodDecodeConfig
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#decode_config ⇒ Types::DecodeConfig
Information about the decode
Config
. -
#demodulation_config ⇒ Types::DemodulationConfig
Information about the demodulation
Config
. -
#spectrum_config ⇒ Types::SpectrumConfig
Information about the spectral
Config
.
Instance Attribute Details
#decode_config ⇒ Types::DecodeConfig
Information about the decode Config
.
122 123 124 125 126 127 128 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 122 class AntennaDownlinkDemodDecodeConfig < Struct.new( :decode_config, :demodulation_config, :spectrum_config) SENSITIVE = [] include Aws::Structure end |
#demodulation_config ⇒ Types::DemodulationConfig
Information about the demodulation Config
.
122 123 124 125 126 127 128 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 122 class AntennaDownlinkDemodDecodeConfig < Struct.new( :decode_config, :demodulation_config, :spectrum_config) SENSITIVE = [] include Aws::Structure end |
#spectrum_config ⇒ Types::SpectrumConfig
Information about the spectral Config
.
122 123 124 125 126 127 128 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 122 class AntennaDownlinkDemodDecodeConfig < Struct.new( :decode_config, :demodulation_config, :spectrum_config) SENSITIVE = [] include Aws::Structure end |