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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.



3654
3655
3656
3657
3658
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3654

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