Class: Aws::Pinpoint::Types::WriteTreatmentResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::WriteTreatmentResource
 
 
- 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
- 
  
    
      #custom_delivery_configuration  ⇒ Types::CustomDeliveryConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The delivery configuration settings for sending the treatment through a custom channel.
 - 
  
    
      #message_configuration  ⇒ Types::MessageConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message configuration settings for the treatment.
 - 
  
    
      #schedule  ⇒ Types::Schedule 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The schedule settings for the treatment.
 - 
  
    
      #size_percent  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The allocated percentage of users (segment members) to send the treatment to.
 - 
  
    
      #template_configuration  ⇒ Types::TemplateConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message template to use for the treatment.
 - 
  
    
      #treatment_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A custom description of the treatment.
 - 
  
    
      #treatment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A custom name for the treatment.
 
Instance Attribute Details
#custom_delivery_configuration ⇒ Types::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.
      14115 14116 14117 14118 14119 14120 14121 14122 14123 14124 14125  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14115 class WriteTreatmentResource < Struct.new( :custom_delivery_configuration, :message_configuration, :schedule, :size_percent, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end  | 
  
#message_configuration ⇒ Types::MessageConfiguration
The message configuration settings for the treatment.
      14115 14116 14117 14118 14119 14120 14121 14122 14123 14124 14125  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14115 class WriteTreatmentResource < Struct.new( :custom_delivery_configuration, :message_configuration, :schedule, :size_percent, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end  | 
  
#schedule ⇒ Types::Schedule
The schedule settings for the treatment.
      14115 14116 14117 14118 14119 14120 14121 14122 14123 14124 14125  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14115 class WriteTreatmentResource < Struct.new( :custom_delivery_configuration, :message_configuration, :schedule, :size_percent, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end  | 
  
#size_percent ⇒ Integer
The allocated percentage of users (segment members) to send the treatment to.
      14115 14116 14117 14118 14119 14120 14121 14122 14123 14124 14125  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14115 class WriteTreatmentResource < Struct.new( :custom_delivery_configuration, :message_configuration, :schedule, :size_percent, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end  | 
  
#template_configuration ⇒ Types::TemplateConfiguration
The message template to use for the treatment.
      14115 14116 14117 14118 14119 14120 14121 14122 14123 14124 14125  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14115 class WriteTreatmentResource < Struct.new( :custom_delivery_configuration, :message_configuration, :schedule, :size_percent, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end  | 
  
#treatment_description ⇒ String
A custom description of the treatment.
      14115 14116 14117 14118 14119 14120 14121 14122 14123 14124 14125  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14115 class WriteTreatmentResource < Struct.new( :custom_delivery_configuration, :message_configuration, :schedule, :size_percent, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end  | 
  
#treatment_name ⇒ String
A custom name for the treatment.
      14115 14116 14117 14118 14119 14120 14121 14122 14123 14124 14125  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 14115 class WriteTreatmentResource < Struct.new( :custom_delivery_configuration, :message_configuration, :schedule, :size_percent, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end  |