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

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

Overview

State of the Campaign

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_statusString

The status of the campaign, or the status of a treatment that belongs to an A/B test campaign. Valid values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED, PAUSED

Returns:

  • (String)


1770
1771
1772
1773
# File 'lib/aws-sdk-pinpoint/types.rb', line 1770

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