Class: Aws::GroundStation::Types::AntennaUplinkConfig

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

Overview

Information about the uplink Config of an antenna.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#spectrum_configTypes::UplinkSpectrumConfig

Information about the uplink spectral Config.



146
147
148
149
150
151
152
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 146

class AntennaUplinkConfig < Struct.new(
  :spectrum_config,
  :target_eirp,
  :transmit_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#target_eirpTypes::Eirp

EIRP of the target.

Returns:



146
147
148
149
150
151
152
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 146

class AntennaUplinkConfig < Struct.new(
  :spectrum_config,
  :target_eirp,
  :transmit_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#transmit_disabledBoolean

Whether or not uplink transmit is disabled.

Returns:

  • (Boolean)


146
147
148
149
150
151
152
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 146

class AntennaUplinkConfig < Struct.new(
  :spectrum_config,
  :target_eirp,
  :transmit_disabled)
  SENSITIVE = []
  include Aws::Structure
end