Class: Aws::Types::TLEData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tle_line_1 ⇒ ::String

Returns the value of attribute tle_line_1.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1119
1120
1121
# File 'sig/types.rbs', line 1119

def valid_time_range
  @valid_time_range
end