Class: Aws::Types::EphemerisResponseData
- Inherits:
-
Object
- Object
- Aws::Types::EphemerisResponseData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
-
#ephemeris_type ⇒ "TLE", ...
Returns the value of attribute ephemeris_type.
Instance Attribute Details
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def ephemeris_id @ephemeris_id end |
#ephemeris_type ⇒ "TLE", ...
Returns the value of attribute ephemeris_type.
596 597 598 |
# File 'sig/types.rbs', line 596 def ephemeris_type @ephemeris_type end |