Class: Aws::Pinpoint::Types::DeleteCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteCampaignResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#campaign_response ⇒ Types::CampaignResponse
Provides information about the status, configuration, and other settings for a campaign.
Instance Attribute Details
#campaign_response ⇒ Types::CampaignResponse
Provides information about the status, configuration, and other settings for a campaign.
4898 4899 4900 4901 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4898 class DeleteCampaignResponse < Struct.new( :campaign_response) include Aws::Structure end |