Class: Aws::GroundStation::Types::TLEData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Two-line element set (TLE) data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tle_line_1String

First line of two-line element set (TLE) data.

Returns:

  • (String)


3312
3313
3314
3315
3316
3317
3318
# File 'lib/aws-sdk-groundstation/types.rb', line 3312

class TLEData < Struct.new(
  :tle_line_1,
  :tle_line_2,
  :valid_time_range)
  SENSITIVE = []
  include Aws::Structure
end

#tle_line_2String

Second line of two-line element set (TLE) data.

Returns:

  • (String)


3312
3313
3314
3315
3316
3317
3318
# File 'lib/aws-sdk-groundstation/types.rb', line 3312

class TLEData < Struct.new(
  :tle_line_1,
  :tle_line_2,
  :valid_time_range)
  SENSITIVE = []
  include Aws::Structure
end

#valid_time_rangeTypes::TimeRange

The valid time range for the TLE. Time ranges must be continuous without gaps or overlaps.

Returns:



3312
3313
3314
3315
3316
3317
3318
# File 'lib/aws-sdk-groundstation/types.rb', line 3312

class TLEData < Struct.new(
  :tle_line_1,
  :tle_line_2,
  :valid_time_range)
  SENSITIVE = []
  include Aws::Structure
end