Class: Aws::Types::AntennaUplinkConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • (Boolean)


52
53
54
# File 'sig/types.rbs', line 52

def transmit_disabled
  @transmit_disabled
end