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

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.



6504
6505
6506
6507
6508
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6504

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