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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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`.



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

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

#target_eirpTypes::Eirp

EIRP of the target.

Returns:



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

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

#transmit_disabledBoolean

Whether or not uplink transmit is disabled.

Returns:

  • (Boolean)


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

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