Class: Aws::GroundStation::Types::AntennaDownlinkDemodDecodeConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#decode_configTypes::DecodeConfig

Information about the decode Config.

Returns:



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_configTypes::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_configTypes::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