Class: Aws::GroundStation::Types::TLEEphemeris

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

Overview

Two-line element set (TLE) ephemeris.

For more detail about providing Two-line element sets to AWS Ground Station, see the [TLE section] of the AWS Ground Station user guide.

[1]: docs.aws.amazon.com/ground-station/latest/ug/providing-tle-ephemeris-data.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_objectTypes::S3Object

The Amazon S3 object that contains the ephemeris data.

Returns:



3392
3393
3394
3395
3396
3397
# File 'lib/aws-sdk-groundstation/types.rb', line 3392

class TLEEphemeris < Struct.new(
  :s3_object,
  :tle_data)
  SENSITIVE = []
  include Aws::Structure
end

#tle_dataArray<Types::TLEData>

TLE data that you provide directly instead of using an Amazon S3 object.

Returns:



3392
3393
3394
3395
3396
3397
# File 'lib/aws-sdk-groundstation/types.rb', line 3392

class TLEEphemeris < Struct.new(
  :s3_object,
  :tle_data)
  SENSITIVE = []
  include Aws::Structure
end