Class: Aws::Types::TLEEphemeris
- Inherits:
-
Object
- Object
- Aws::Types::TLEEphemeris
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
-
#tle_data ⇒ ::Array[Types::TLEData]
Returns the value of attribute tle_data.
Instance Attribute Details
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def s3_object @s3_object end |
#tle_data ⇒ ::Array[Types::TLEData]
Returns the value of attribute tle_data.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def tle_data @tle_data end |