Class: Aws::GroundStation::Types::TrackingConfig

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

Overview

Object that determines whether tracking should be used during a contact executed with this ‘Config` in the mission profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#autotrackString

Current setting for autotrack.

Returns:

  • (String)


2748
2749
2750
2751
2752
# File 'lib/aws-sdk-groundstation/types.rb', line 2748

class TrackingConfig < Struct.new(
  :autotrack)
  SENSITIVE = []
  include Aws::Structure
end