Class: Aws::Pinpoint::Types::UpdateCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateCampaignResponse
- Defined in:
- gems/aws-sdk-pinpoint/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.
12527 12528 12529 12530 12531 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12527 class UpdateCampaignResponse < Struct.new( :campaign_response) SENSITIVE = [] include Aws::Structure end |