Class: Aws::Pinpoint::Types::DeleteCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteCampaignResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#campaign_response ⇒ Types::CampaignResponse
Campaign definition.
Instance Attribute Details
#campaign_response ⇒ Types::CampaignResponse
Campaign definition
1278 1279 1280 1281 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1278 class DeleteCampaignResponse < Struct.new( :campaign_response) include Aws::Structure end |