Class: Aws::GroundStation::Types::DemodulationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DemodulationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Information about the demodulation ‘Config`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unvalidated_json ⇒ String
Unvalidated JSON of a demodulation ‘Config`.
Instance Attribute Details
#unvalidated_json ⇒ String
Unvalidated JSON of a demodulation ‘Config`.
904 905 906 907 908 |
# File 'lib/aws-sdk-groundstation/types.rb', line 904 class DemodulationConfig < Struct.new( :unvalidated_json) SENSITIVE = [] include Aws::Structure end |