Class: Aws::Pinpoint::Types::DeleteCampaignResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::DeleteCampaignResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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.
      3654 3655 3656 3657 3658  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3654 class DeleteCampaignResponse < Struct.new( :campaign_response) SENSITIVE = [] include Aws::Structure end  |