Class: Aws::GroundStation::Types::AntennaUplinkConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::AntennaUplinkConfig
- 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
-
#spectrum_config ⇒ Types::UplinkSpectrumConfig
Information about the uplink spectral ‘Config`.
-
#target_eirp ⇒ Types::Eirp
EIRP of the target.
-
#transmit_disabled ⇒ Boolean
Whether or not uplink transmit is disabled.
Instance Attribute Details
#spectrum_config ⇒ Types::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_eirp ⇒ Types::Eirp
EIRP of the target.
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_disabled ⇒ Boolean
Whether or not uplink transmit is disabled.
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 |