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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2671

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)


2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2671

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. Gaps or overlap are not permitted.

Returns:



2671
2672
2673
2674
2675
2676
2677
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2671

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