Class: Aws::Types::TLEData
- Inherits:
-
Object
- Object
- Aws::Types::TLEData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tle_line_1 ⇒ ::String
Returns the value of attribute tle_line_1.
-
#tle_line_2 ⇒ ::String
Returns the value of attribute tle_line_2.
-
#valid_time_range ⇒ Types::TimeRange
Returns the value of attribute valid_time_range.
Instance Attribute Details
#tle_line_1 ⇒ ::String
Returns the value of attribute tle_line_1.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def tle_line_1 @tle_line_1 end |
#tle_line_2 ⇒ ::String
Returns the value of attribute tle_line_2.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def tle_line_2 @tle_line_2 end |
#valid_time_range ⇒ Types::TimeRange
Returns the value of attribute valid_time_range.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def valid_time_range @valid_time_range end |