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

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

Overview

Object that represents EIRP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitsString

Units of an EIRP.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
# File 'lib/aws-sdk-groundstation/types.rb', line 1561

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

#valueFloat

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

Returns:

  • (Float)


1561
1562
1563
1564
1565
1566
# File 'lib/aws-sdk-groundstation/types.rb', line 1561

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