Class: Aws::Types::EphemerisMetaData
- Inherits:
-
Object
- Object
- Aws::Types::EphemerisMetaData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
-
#epoch ⇒ ::Time
Returns the value of attribute epoch.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ "CUSTOMER_PROVIDED", "SPACE_TRACK"
Returns the value of attribute source.
Instance Attribute Details
#ephemeris_id ⇒ ::String
Returns the value of attribute ephemeris_id.
588 589 590 |
# File 'sig/types.rbs', line 588 def ephemeris_id @ephemeris_id end |
#epoch ⇒ ::Time
Returns the value of attribute epoch.
589 590 591 |
# File 'sig/types.rbs', line 589 def epoch @epoch end |
#name ⇒ ::String
Returns the value of attribute name.
590 591 592 |
# File 'sig/types.rbs', line 590 def name @name end |
#source ⇒ "CUSTOMER_PROVIDED", "SPACE_TRACK"
Returns the value of attribute source.
587 588 589 |
# File 'sig/types.rbs', line 587 def source @source end |