Class: Aws::Pinpoint::Types::GetCampaignVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaigns_responseTypes::CampaignsResponse

Provides information about the configuration and other settings for all the campaigns that are associated with an application.



6448
6449
6450
6451
6452
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6448

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