Class: Aws::Personalize::Types::DescribeCampaignResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaignTypes::Campaign

<note markdown=“1”> The ‘latestCampaignUpdate` field is only returned when the campaign has had at least one `UpdateCampaign` call.

</note>

The properties of the campaign.

<note markdown=“1”> The ‘latestCampaignUpdate` field is only returned when the campaign has had at least one `UpdateCampaign` call.

</note>

Returns:



3049
3050
3051
3052
3053
# File 'lib/aws-sdk-personalize/types.rb', line 3049

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