Class: Aws::Pinpoint::Types::GetCampaignVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignVersionResponse
- 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.
8334 8335 8336 8337 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8334 class GetCampaignVersionResponse < Struct.new( :campaign_response) include Aws::Structure end |