Class: Aws::Pinpoint::Types::GetCampaignsResponse

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

#campaigns_responseTypes::CampaignsResponse

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



6480
6481
6482
6483
6484
# File 'lib/aws-sdk-pinpoint/types.rb', line 6480

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