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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set.

Returns:

  • (String)


981
982
983
984
985
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 981

class DeleteConfigurationSetTrackingOptionsRequest < Struct.new(
  :configuration_set_name)
  SENSITIVE = []
  include Aws::Structure
end