Class: Aws::Types::WriteTreatmentResource
- Inherits:
-
Object
- Object
- Aws::Types::WriteTreatmentResource
- 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.
-
#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.
-
#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.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def custom_delivery_configuration @custom_delivery_configuration end |
#message_configuration ⇒ Types::MessageConfiguration
Returns the value of attribute message_configuration.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def @message_configuration end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def schedule @schedule end |
#size_percent ⇒ ::Integer
Returns the value of attribute size_percent.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def size_percent @size_percent end |
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def template_configuration @template_configuration end |
#treatment_description ⇒ ::String
Returns the value of attribute treatment_description.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def treatment_description @treatment_description end |
#treatment_name ⇒ ::String
Returns the value of attribute treatment_name.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def treatment_name @treatment_name end |