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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1588

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)


1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1588

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