Class: Aws::Pinpoint::Types::DeleteCampaignResponse

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.



3644
3645
3646
3647
3648
# File 'lib/aws-sdk-pinpoint/types.rb', line 3644

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