Class: Aws::SES::Types::DeleteConfigurationSetTrackingOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DeleteConfigurationSetTrackingOptionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to delete open and click tracking options in a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set.
1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-ses/types.rb', line 1020 class DeleteConfigurationSetTrackingOptionsRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |