Class: Aws::GroundStation::Types::TrackingOverrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::TrackingOverrides
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Overrides the default tracking configuration on an antenna during a contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#program_track_settings ⇒ Types::ProgramTrackSettings
Program track settings to override for antenna tracking during the contact.
Instance Attribute Details
#program_track_settings ⇒ Types::ProgramTrackSettings
Program track settings to override for antenna tracking during the contact.
3466 3467 3468 3469 3470 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3466 class TrackingOverrides < Struct.new( :program_track_settings) SENSITIVE = [] include Aws::Structure end |