Class: Aws::Types::EphemerisData
- Inherits:
-
Object
- Object
- Aws::Types::EphemerisData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AzEl, Oem, Tle, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#az_el ⇒ Types::AzElEphemeris
Returns the value of attribute az_el.
-
#oem ⇒ Types::OEMEphemeris
Returns the value of attribute oem.
-
#tle ⇒ Types::TLEEphemeris
Returns the value of attribute tle.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
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.
531 532 533 |
# File 'sig/types.rbs', line 531 def oem @oem end |
#tle ⇒ Types::TLEEphemeris
Returns the value of attribute tle.
530 531 532 |
# File 'sig/types.rbs', line 530 def tle @tle end |
#unknown ⇒ Object
Returns the value of attribute unknown.
533 534 535 |
# File 'sig/types.rbs', line 533 def unknown @unknown end |