Class: Aws::Types::FrequencyBandwidth
- Inherits:
-
Object
- Object
- Aws::Types::FrequencyBandwidth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#units ⇒ "GHz", ...
Returns the value of attribute units.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#units ⇒ "GHz", ...
Returns the value of attribute units.
625 626 627 |
# File 'sig/types.rbs', line 625 def units @units end |
#value ⇒ ::Float
Returns the value of attribute value.
624 625 626 |
# File 'sig/types.rbs', line 624 def value @value end |