Class: Aws::Pinpoint::Types::CampaignState

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Provides information about the status of a campaign.

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_statusString

The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign. If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED.

Returns:

  • (String)


2699
2700
2701
2702
# File 'lib/aws-sdk-pinpoint/types.rb', line 2699

class CampaignState < Struct.new(
  :campaign_status)
  include Aws::Structure
end