Class: Aws::Pinpoint::Types::GetCampaignResponse

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

#campaign_responseTypes::CampaignResponse

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



6370
6371
6372
6373
6374
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6370

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