Class: Aws::Types::UpdateConfigurationSetTrackingOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationSetTrackingOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def configuration_set_name @configuration_set_name end |
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def @tracking_options end |