Class: Aws::Pinpoint::Types::TreatmentResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::TreatmentResource
- 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.
Instance Attribute Summary collapse
-
#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
#id ⇒ String
The unique identifier for the treatment.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |
#message_configuration ⇒ Types::MessageConfiguration
The message configuration settings for the treatment.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |
#schedule ⇒ Types::Schedule
The schedule settings for the treatment.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |
#size_percent ⇒ Integer
The allocated percentage of users (segment members) that the treatment is sent to.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |
#state ⇒ Types::CampaignState
The current status of the treatment.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |
#template_configuration ⇒ Types::TemplateConfiguration
The message template to use for the treatment.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |
#treatment_description ⇒ String
The custom description of the treatment.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |
#treatment_name ⇒ String
The custom name of the treatment. A treatment is a variation of a campaign that’s used for A/B testing of a campaign.
15021 15022 15023 15024 15025 15026 15027 15028 15029 15030 15031 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15021 class TreatmentResource < Struct.new( :id, :message_configuration, :schedule, :size_percent, :state, :template_configuration, :treatment_description, :treatment_name) include Aws::Structure end |