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

Class: Aws::GroundStation::Types::Eirp

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

Overview

Note:

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

{
  units: "dBW", # required, accepts dBW
  value: 1.0, # required
}

Object that represents EIRP.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#unitsString

Units of an EIRP.

Possible values:

  • dBW

Returns:

  • (String)

    Units of an EIRP.

#valueFloat

Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.

Returns:

  • (Float)

    Value of an EIRP.