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)


1135
1136
1137
1138
1139
1140
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1135

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

#valueFloat

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

Returns:

  • (Float)


1135
1136
1137
1138
1139
1140
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1135

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