Class: Aws::Types::TreatmentResource
- Inherits:
-
Object
- Object
- Aws::Types::TreatmentResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_delivery_configuration ⇒ Types::CustomDeliveryConfiguration
Returns the value of attribute custom_delivery_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message_configuration ⇒ Types::MessageConfiguration
Returns the value of attribute message_configuration.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#size_percent ⇒ ::Integer
Returns the value of attribute size_percent.
-
#state ⇒ Types::CampaignState
Returns the value of attribute state.
-
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
-
#treatment_description ⇒ ::String
Returns the value of attribute treatment_description.
-
#treatment_name ⇒ ::String
Returns the value of attribute treatment_name.
Instance Attribute Details
#custom_delivery_configuration ⇒ Types::CustomDeliveryConfiguration
Returns the value of attribute custom_delivery_configuration.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def custom_delivery_configuration @custom_delivery_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
2918 2919 2920 |
# File 'sig/types.rbs', line 2918 def id @id end |
#message_configuration ⇒ Types::MessageConfiguration
Returns the value of attribute message_configuration.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def schedule @schedule end |
#size_percent ⇒ ::Integer
Returns the value of attribute size_percent.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def size_percent @size_percent end |
#state ⇒ Types::CampaignState
Returns the value of attribute state.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def state @state end |
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def template_configuration @template_configuration end |
#treatment_description ⇒ ::String
Returns the value of attribute treatment_description.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def treatment_description @treatment_description end |
#treatment_name ⇒ ::String
Returns the value of attribute treatment_name.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def treatment_name @treatment_name end |