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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


2726
2727
2728
2729
2730
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2726

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