Class: Aws::GroundStation::Types::AzElProgramTrackSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::AzElProgramTrackSettings
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Program track settings for AzElEphemeris.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ephemeris_id ⇒ String
Unique identifier of the azimuth elevation ephemeris.
Instance Attribute Details
#ephemeris_id ⇒ String
Unique identifier of the azimuth elevation ephemeris.
260 261 262 263 264 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 260 class AzElProgramTrackSettings < Struct.new( :ephemeris_id) SENSITIVE = [] include Aws::Structure end |