Class: Aws::Types::EphemerisTypeDescription
- Inherits:
-
Object
- Object
- Aws::Types::EphemerisTypeDescription
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AzEl, Oem, Tle, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#az_el ⇒ Types::EphemerisDescription
Returns the value of attribute az_el.
-
#oem ⇒ Types::EphemerisDescription
Returns the value of attribute oem.
-
#tle ⇒ Types::EphemerisDescription
Returns the value of attribute tle.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
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.
604 605 606 |
# File 'sig/types.rbs', line 604 def unknown @unknown end |