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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_objectTypes::S3Object

Identifies the S3 object to be used as the ephemeris.

Returns:



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

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

#tle_dataArray<Types::TLEData>

The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.

Returns:



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

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