Class: Aws::GroundStation::Types::AntennaDemodDecodeDetails

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

Overview

Details about an antenna demod decode Config used in a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_nodeString

Name of an antenna demod decode output node used in a contact.

Returns:

  • (String)


84
85
86
87
88
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 84

class AntennaDemodDecodeDetails < Struct.new(
  :output_node)
  SENSITIVE = []
  include Aws::Structure
end