Class: Aws::Types::EphemerisDescription
- Inherits:
-
Object
- Object
- Aws::Types::EphemerisDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ephemeris_data ⇒ ::String
Returns the value of attribute ephemeris_data.
-
#source_s3_object ⇒ Types::S3Object
Returns the value of attribute source_s3_object.
Instance Attribute Details
#ephemeris_data ⇒ ::String
Returns the value of attribute ephemeris_data.
548 549 550 |
# File 'sig/types.rbs', line 548 def ephemeris_data @ephemeris_data end |
#source_s3_object ⇒ Types::S3Object
Returns the value of attribute source_s3_object.
547 548 549 |
# File 'sig/types.rbs', line 547 def source_s3_object @source_s3_object end |