Class: Aws::Types::SpectrumConfig
- Inherits:
-
Object
- Object
- Aws::Types::SpectrumConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ Types::FrequencyBandwidth
Returns the value of attribute bandwidth.
-
#center_frequency ⇒ Types::Frequency
Returns the value of attribute center_frequency.
-
#polarization ⇒ "RIGHT_HAND", ...
Returns the value of attribute polarization.
Instance Attribute Details
#bandwidth ⇒ Types::FrequencyBandwidth
Returns the value of attribute bandwidth.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def bandwidth @bandwidth end |
#center_frequency ⇒ Types::Frequency
Returns the value of attribute center_frequency.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def center_frequency @center_frequency end |
#polarization ⇒ "RIGHT_HAND", ...
Returns the value of attribute polarization.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def polarization @polarization end |