Class: Aws::GroundStation::Types::TLEEphemeris
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::TLEEphemeris
- 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
-
#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.
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_data ⇒ Array<Types::TLEData>
TLE data that you provide directly instead of using an Amazon S3 object.
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 |