Class: Aws::SES::Types::DeleteConfigurationSetTrackingOptionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Note:

When making an API call, you may pass DeleteConfigurationSetTrackingOptionsRequest data as a hash:

{
  configuration_set_name: "ConfigurationSetName", # required
}

Represents a request to delete open and click tracking options in a configuration set.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set from which you want to delete the tracking options.

Returns:

  • (String)


1104
1105
1106
1107
# File 'lib/aws-sdk-ses/types.rb', line 1104

class DeleteConfigurationSetTrackingOptionsRequest < Struct.new(
  :configuration_set_name)
  include Aws::Structure
end