You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::Frequency

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Frequency as input to an Aws::Client method, you can use a vanilla Hash:

{
  units: "GHz", # required, accepts GHz, MHz, kHz
  value: 1.0, # required
}

Object that describes the frequency.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#unitsString

Frequency units.

Possible values:

  • GHz
  • MHz
  • kHz

Returns:

  • (String)

    Frequency units.

#valueFloat

Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

Returns:

  • (Float)

    Frequency value.