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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_responseTypes::CampaignResponse

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



3458
3459
3460
3461
# File 'lib/aws-sdk-pinpoint/types.rb', line 3458

class CreateCampaignResponse < Struct.new(
  :campaign_response)
  include Aws::Structure
end