Class: Aws::Pinpoint::Types::WriteTreatmentResource

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

Overview

Specifies the settings for a campaign treatment. A treatment is a variation of a campaign that’s used for A/B testing of a campaign.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_delivery_configurationTypes::CustomDeliveryConfiguration

The delivery configuration settings for sending the treatment through a custom channel. This object is required if the MessageConfiguration object for the treatment specifies a CustomMessage object.



14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
# File 'lib/aws-sdk-pinpoint/types.rb', line 14053

class WriteTreatmentResource < Struct.new(
  :custom_delivery_configuration,
  :message_configuration,
  :schedule,
  :size_percent,
  :template_configuration,
  :treatment_description,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#message_configurationTypes::MessageConfiguration

The message configuration settings for the treatment.



14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
# File 'lib/aws-sdk-pinpoint/types.rb', line 14053

class WriteTreatmentResource < Struct.new(
  :custom_delivery_configuration,
  :message_configuration,
  :schedule,
  :size_percent,
  :template_configuration,
  :treatment_description,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::Schedule

The schedule settings for the treatment.

Returns:



14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
# File 'lib/aws-sdk-pinpoint/types.rb', line 14053

class WriteTreatmentResource < Struct.new(
  :custom_delivery_configuration,
  :message_configuration,
  :schedule,
  :size_percent,
  :template_configuration,
  :treatment_description,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#size_percentInteger

The allocated percentage of users (segment members) to send the treatment to.

Returns:

  • (Integer)


14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
# File 'lib/aws-sdk-pinpoint/types.rb', line 14053

class WriteTreatmentResource < Struct.new(
  :custom_delivery_configuration,
  :message_configuration,
  :schedule,
  :size_percent,
  :template_configuration,
  :treatment_description,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_configurationTypes::TemplateConfiguration

The message template to use for the treatment.



14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
# File 'lib/aws-sdk-pinpoint/types.rb', line 14053

class WriteTreatmentResource < Struct.new(
  :custom_delivery_configuration,
  :message_configuration,
  :schedule,
  :size_percent,
  :template_configuration,
  :treatment_description,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#treatment_descriptionString

A custom description of the treatment.

Returns:

  • (String)


14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
# File 'lib/aws-sdk-pinpoint/types.rb', line 14053

class WriteTreatmentResource < Struct.new(
  :custom_delivery_configuration,
  :message_configuration,
  :schedule,
  :size_percent,
  :template_configuration,
  :treatment_description,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end

#treatment_nameString

A custom name for the treatment.

Returns:

  • (String)


14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
# File 'lib/aws-sdk-pinpoint/types.rb', line 14053

class WriteTreatmentResource < Struct.new(
  :custom_delivery_configuration,
  :message_configuration,
  :schedule,
  :size_percent,
  :template_configuration,
  :treatment_description,
  :treatment_name)
  SENSITIVE = []
  include Aws::Structure
end