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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_objectTypes::S3Object

The Amazon S3 object that contains the ephemeris data.

Returns:



3107
3108
3109
3110
3111
3112
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3107

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:



3107
3108
3109
3110
3111
3112
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3107

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