Class: Aws::Pinpoint::Types::TreatmentResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::TreatmentResource
- Defined in:
- gems/aws-sdk-pinpoint/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.
-
#id ⇒ String
The unique identifier for the treatment.
-
#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) that the treatment is sent to.
-
#state ⇒ Types::CampaignState
The current status of the treatment.
-
#template_configuration ⇒ Types::TemplateConfiguration
The message template to use for the treatment.
-
#treatment_description ⇒ String
The custom description of the treatment.
-
#treatment_name ⇒ String
The custom name of 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.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the treatment.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#message_configuration ⇒ Types::MessageConfiguration
The message configuration settings for the treatment.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The schedule settings for the treatment.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#size_percent ⇒ Integer
The allocated percentage of users (segment members) that the treatment is sent to.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::CampaignState
The current status of the treatment.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#template_configuration ⇒ Types::TemplateConfiguration
The message template to use for the treatment.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#treatment_description ⇒ String
The custom description of the treatment.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |
#treatment_name ⇒ String
The custom name of the treatment.
11658 11659 11660 11661 11662 11663 11664 11665 11666 11667 11668 11669 11670 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11658 class TreatmentResource < Struct.new( :custom_delivery_configuration, :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) SENSITIVE = [] include Aws::Structure end |