Class: Aws::GroundStation::Types::TleProgramTrackSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::TleProgramTrackSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Program track settings for TLEEphemeris.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ephemeris_id ⇒ String
Unique identifier of the TLE ephemeris.
Instance Attribute Details
#ephemeris_id ⇒ String
Unique identifier of the TLE ephemeris.
4119 4120 4121 4122 4123 |
# File 'lib/aws-sdk-groundstation/types.rb', line 4119 class TleProgramTrackSettings < Struct.new( :ephemeris_id) SENSITIVE = [] include Aws::Structure end |