Class: Aws::Pinpoint::Types::GetCampaignVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignVersionResponse
- 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.
6435 6436 6437 6438 6439 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6435 class GetCampaignVersionResponse < Struct.new( :campaign_response) SENSITIVE = [] include Aws::Structure end |