Class: Aws::PinpointEmail::Types::PutConfigurationSetSendingOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb

Overview

A request to enable or disable the ability of Amazon Pinpoint to send emails that use a specific configuration set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set that you want to enable or disable email sending for.

Returns:

  • (String)


2426
2427
2428
2429
2430
2431
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2426

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

#sending_enabledBoolean

If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

Returns:

  • (Boolean)


2426
2427
2428
2429
2430
2431
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2426

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