Class: Aws::Pinpoint::Types::GetCampaignVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_responseTypes::CampaignResponse

Provides information about the status, configuration, and other settings for a campaign.



6412
6413
6414
6415
6416
# File 'lib/aws-sdk-pinpoint/types.rb', line 6412

class GetCampaignVersionResponse < Struct.new(
  :campaign_response)
  SENSITIVE = []
  include Aws::Structure
end