Class: Aws::Types::EphemerisData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AzEl, Oem, Tle, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#az_el ⇒ Types::AzElEphemeris

Returns the value of attribute az_el.



532
533
534
# File 'sig/types.rbs', line 532

def az_el
  @az_el
end

#oem ⇒ Types::OEMEphemeris

Returns the value of attribute oem.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def oem
  @oem
end

#tle ⇒ Types::TLEEphemeris

Returns the value of attribute tle.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def tle
  @tle
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


533
534
535
# File 'sig/types.rbs', line 533

def unknown
  @unknown
end