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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_object ⇒ Types::S3Object
Identifies the S3 object to be used as the ephemeris.
-
#tle_data ⇒ Array<Types::TLEData>
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
Instance Attribute Details
#s3_object ⇒ Types::S3Object
Identifies the S3 object to be used as the ephemeris.
2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2692 class TLEEphemeris < Struct.new( :s3_object, :tle_data) SENSITIVE = [] include Aws::Structure end |
#tle_data ⇒ Array<Types::TLEData>
The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.
2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2692 class TLEEphemeris < Struct.new( :s3_object, :tle_data) SENSITIVE = [] include Aws::Structure end |