Class: Aws::Types::AntennaDownlinkDemodDecodeConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#decode_config ⇒ Types::DecodeConfig

Returns the value of attribute decode_config.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def decode_config
  @decode_config
end

#demodulation_config ⇒ Types::DemodulationConfig

Returns the value of attribute demodulation_config.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def demodulation_config
  @demodulation_config
end

#spectrum_config ⇒ Types::SpectrumConfig

Returns the value of attribute spectrum_config.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def spectrum_config
  @spectrum_config
end