Class: Aws::Types::CampaignResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_treatments::Array[Types::TreatmentResource]

Returns the value of attribute additional_treatments.

Returns:



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.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def arn
  @arn
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def creation_date
  @creation_date
end

#custom_delivery_configurationTypes::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_stateTypes::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.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def description
  @description
end

#holdout_percent::Integer

Returns the value of attribute holdout_percent.

Returns:

  • (::Integer)


428
429
430
# File 'sig/types.rbs', line 428

def holdout_percent
  @holdout_percent
end

#hookTypes::CampaignHook

Returns the value of attribute hook.

Returns:



429
430
431
# File 'sig/types.rbs', line 429

def hook
  @hook
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def id
  @id
end

#is_pausedBoolean

Returns the value of attribute is_paused.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def last_modified_date
  @last_modified_date
end

#limitsTypes::CampaignLimits

Returns the value of attribute limits.



433
434
435
# File 'sig/types.rbs', line 433

def limits
  @limits
end

#message_configurationTypes::MessageConfiguration

Returns the value of attribute message_configuration.



434
435
436
# File 'sig/types.rbs', line 434

def message_configuration
  @message_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


445
446
447
# File 'sig/types.rbs', line 445

def priority
  @priority
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



436
437
438
# File 'sig/types.rbs', line 436

def schedule
  @schedule
end

#segment_id::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


438
439
440
# File 'sig/types.rbs', line 438

def segment_version
  @segment_version
end

#stateTypes::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.

Returns:

  • (::Hash[::String, ::String])


440
441
442
# File 'sig/types.rbs', line 440

def tags
  @tags
end

#template_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def treatment_name
  @treatment_name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


444
445
446
# File 'sig/types.rbs', line 444

def version
  @version
end