Class: Aws::GroundStation::Types::DemodulationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DemodulationConfig
- Defined in:
- gems/aws-sdk-groundstation/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 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 904 class DemodulationConfig < Struct.new( :unvalidated_json) SENSITIVE = [] include Aws::Structure end |