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.
1170 1171 1172 1173 1174 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1170 class DemodulationConfig < Struct.new( :unvalidated_json) SENSITIVE = [] include Aws::Structure end |