Class: Aws::GroundStation::Types::TrackingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::TrackingConfig
- 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
-
#autotrack ⇒ String
Current setting for autotrack.
Instance Attribute Details
#autotrack ⇒ String
Current setting for autotrack.
2748 2749 2750 2751 2752 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2748 class TrackingConfig < Struct.new( :autotrack) SENSITIVE = [] include Aws::Structure end |