Class: Aws::Types::EphemerisTypeDescription

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::EphemerisDescription

Returns the value of attribute az_el.



603
604
605
# File 'sig/types.rbs', line 603

def az_el
  @az_el
end

#oem ⇒ Types::EphemerisDescription

Returns the value of attribute oem.



602
603
604
# File 'sig/types.rbs', line 602

def oem
  @oem
end

#tle ⇒ Types::EphemerisDescription

Returns the value of attribute tle.



601
602
603
# File 'sig/types.rbs', line 601

def tle
  @tle
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


604
605
606
# File 'sig/types.rbs', line 604

def unknown
  @unknown
end