Class: Aws::Types::CampaignResponse
- Inherits:
-
Object
- Object
- Aws::Types::CampaignResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_treatments ⇒ ::Array[Types::TreatmentResource]
Returns the value of attribute additional_treatments.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#custom_delivery_configuration ⇒ Types::CustomDeliveryConfiguration
Returns the value of attribute custom_delivery_configuration.
-
#default_state ⇒ Types::CampaignState
Returns the value of attribute default_state.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#holdout_percent ⇒ ::Integer
Returns the value of attribute holdout_percent.
-
#hook ⇒ Types::CampaignHook
Returns the value of attribute hook.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_paused ⇒ Boolean
Returns the value of attribute is_paused.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#limits ⇒ Types::CampaignLimits
Returns the value of attribute limits.
-
#message_configuration ⇒ Types::MessageConfiguration
Returns the value of attribute message_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#segment_version ⇒ ::Integer
Returns the value of attribute segment_version.
-
#state ⇒ Types::CampaignState
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#additional_treatments ⇒ ::Array[Types::TreatmentResource]
Returns the value of attribute additional_treatments.
421 422 423 |
# File 'sig/types.rbs', line 421 def additional_treatments @additional_treatments end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
423 424 425 |
# File 'sig/types.rbs', line 423 def arn @arn end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
424 425 426 |
# File 'sig/types.rbs', line 424 def creation_date @creation_date end |
#custom_delivery_configuration ⇒ Types::CustomDeliveryConfiguration
Returns the value of attribute custom_delivery_configuration.
425 426 427 |
# File 'sig/types.rbs', line 425 def custom_delivery_configuration @custom_delivery_configuration end |
#default_state ⇒ Types::CampaignState
Returns the value of attribute default_state.
426 427 428 |
# File 'sig/types.rbs', line 426 def default_state @default_state end |
#description ⇒ ::String
Returns the value of attribute description.
427 428 429 |
# File 'sig/types.rbs', line 427 def description @description end |
#holdout_percent ⇒ ::Integer
Returns the value of attribute holdout_percent.
428 429 430 |
# File 'sig/types.rbs', line 428 def holdout_percent @holdout_percent end |
#hook ⇒ Types::CampaignHook
Returns the value of attribute hook.
429 430 431 |
# File 'sig/types.rbs', line 429 def hook @hook end |
#id ⇒ ::String
Returns the value of attribute id.
430 431 432 |
# File 'sig/types.rbs', line 430 def id @id end |
#is_paused ⇒ Boolean
Returns the value of attribute is_paused.
431 432 433 |
# File 'sig/types.rbs', line 431 def is_paused @is_paused end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
432 433 434 |
# File 'sig/types.rbs', line 432 def last_modified_date @last_modified_date end |
#limits ⇒ Types::CampaignLimits
Returns the value of attribute limits.
433 434 435 |
# File 'sig/types.rbs', line 433 def limits @limits end |
#message_configuration ⇒ Types::MessageConfiguration
Returns the value of attribute message_configuration.
434 435 436 |
# File 'sig/types.rbs', line 434 def @message_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
435 436 437 |
# File 'sig/types.rbs', line 435 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
445 446 447 |
# File 'sig/types.rbs', line 445 def priority @priority end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
436 437 438 |
# File 'sig/types.rbs', line 436 def schedule @schedule end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
437 438 439 |
# File 'sig/types.rbs', line 437 def segment_id @segment_id end |
#segment_version ⇒ ::Integer
Returns the value of attribute segment_version.
438 439 440 |
# File 'sig/types.rbs', line 438 def segment_version @segment_version end |
#state ⇒ Types::CampaignState
Returns the value of attribute state.
439 440 441 |
# File 'sig/types.rbs', line 439 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
440 441 442 |
# File 'sig/types.rbs', line 440 def @tags end |
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
441 442 443 |
# File 'sig/types.rbs', line 441 def template_configuration @template_configuration end |
#treatment_description ⇒ ::String
Returns the value of attribute treatment_description.
442 443 444 |
# File 'sig/types.rbs', line 442 def treatment_description @treatment_description end |
#treatment_name ⇒ ::String
Returns the value of attribute treatment_name.
443 444 445 |
# File 'sig/types.rbs', line 443 def treatment_name @treatment_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
444 445 446 |
# File 'sig/types.rbs', line 444 def version @version end |