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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Object that describes the frequency.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitsString

Frequency units.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1383

class Frequency < Struct.new(
  :units,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1383
1384
1385
1386
1387
1388
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1383

class Frequency < Struct.new(
  :units,
  :value)
  SENSITIVE = []
  include Aws::Structure
end