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.
3450 3451 3452 3453 3454 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3450 class TrackingConfig < Struct.new( :autotrack) SENSITIVE = [] include Aws::Structure end |