Class: Aws::GroundStation::Types::TleProgramTrackSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Program track settings for TLEEphemeris.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ephemeris_idString

Unique identifier of the TLE ephemeris.

Returns:

  • (String)


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