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`.
146 147 148 149 150 151 152 |
# File 'lib/aws-sdk-groundstation/types.rb', line 146 class AntennaUplinkConfig < Struct.new( :spectrum_config, :target_eirp, :transmit_disabled) SENSITIVE = [] include Aws::Structure end |
#target_eirp ⇒ Types::Eirp
EIRP of the target.
146 147 148 149 150 151 152 |
# File 'lib/aws-sdk-groundstation/types.rb', line 146 class AntennaUplinkConfig < Struct.new( :spectrum_config, :target_eirp, :transmit_disabled) SENSITIVE = [] include Aws::Structure end |
#transmit_disabled ⇒ Boolean
Whether or not uplink transmit is disabled.
146 147 148 149 150 151 152 |
# File 'lib/aws-sdk-groundstation/types.rb', line 146 class AntennaUplinkConfig < Struct.new( :spectrum_config, :target_eirp, :transmit_disabled) SENSITIVE = [] include Aws::Structure end |