Class: Aws::Types::FrequencyBandwidth

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#units ⇒ "GHz", ...

Returns the value of attribute units.

Returns:

  • ("GHz", "MHz", "kHz")


625
626
627
# File 'sig/types.rbs', line 625

def units
  @units
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


624
625
626
# File 'sig/types.rbs', line 624

def value
  @value
end