Class: Aws::GroundStation::Types::Elevation

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

Overview

Elevation angle of the satellite in the sky during a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitString

Elevation angle units.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1205

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

#valueFloat

Elevation angle value.

Returns:

  • (Float)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1205

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