Class: Aws::Pinpoint::Types::CreateCampaignResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_responseTypes::CampaignResponse

Provides information about the status, configuration, and other settings for a campaign.



2718
2719
2720
2721
2722
# File 'lib/aws-sdk-pinpoint/types.rb', line 2718

class CreateCampaignResponse < Struct.new(
  :campaign_response)
  SENSITIVE = []
  include Aws::Structure
end