Class: Aws::GroundStation::Types::DemodulationConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Information about the demodulation ‘Config`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unvalidated_jsonString

Unvalidated JSON of a demodulation ‘Config`.

Returns:

  • (String)


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