Class: Aws::Types::AntennaDownlinkDemodDecodeConfig
- Inherits:
-
Object
- Object
- Aws::Types::AntennaDownlinkDemodDecodeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decode_config ⇒ Types::DecodeConfig
Returns the value of attribute decode_config.
-
#demodulation_config ⇒ Types::DemodulationConfig
Returns the value of attribute demodulation_config.
-
#spectrum_config ⇒ Types::SpectrumConfig
Returns the value of attribute spectrum_config.
Instance Attribute Details
#decode_config ⇒ Types::DecodeConfig
Returns the value of attribute decode_config.
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.
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.
38 39 40 |
# File 'sig/types.rbs', line 38 def spectrum_config @spectrum_config end |