Class: Aws::Types::AntennaUplinkConfig
- Inherits:
-
Object
- Object
- Aws::Types::AntennaUplinkConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#spectrum_config ⇒ Types::UplinkSpectrumConfig
Returns the value of attribute spectrum_config.
-
#target_eirp ⇒ Types::Eirp
Returns the value of attribute target_eirp.
-
#transmit_disabled ⇒ Boolean
Returns the value of attribute transmit_disabled.
Instance Attribute Details
#spectrum_config ⇒ Types::UplinkSpectrumConfig
Returns the value of attribute spectrum_config.
53 54 55 |
# File 'sig/types.rbs', line 53 def spectrum_config @spectrum_config end |
#target_eirp ⇒ Types::Eirp
Returns the value of attribute target_eirp.
54 55 56 |
# File 'sig/types.rbs', line 54 def target_eirp @target_eirp end |
#transmit_disabled ⇒ Boolean
Returns the value of attribute transmit_disabled.
52 53 54 |
# File 'sig/types.rbs', line 52 def transmit_disabled @transmit_disabled end |