Class: Aws::GroundStation::Types::TLEEphemeris
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::TLEEphemeris
- 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
-
#s3_object ⇒ Types::S3Object
The Amazon S3 object that contains the ephemeris data.
-
#tle_data ⇒ Array<Types::TLEData>
TLE data that you provide directly instead of using an Amazon S3 object.
Instance Attribute Details
#s3_object ⇒ Types::S3Object
The Amazon S3 object that contains the ephemeris data.
3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3341 class TLEEphemeris < Struct.new( :s3_object, :tle_data) SENSITIVE = [] include Aws::Structure end |
#tle_data ⇒ Array<Types::TLEData>
TLE data that you provide directly instead of using an Amazon S3 object.
3341 3342 3343 3344 3345 3346 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3341 class TLEEphemeris < Struct.new( :s3_object, :tle_data) SENSITIVE = [] include Aws::Structure end |