Class: Aws::Personalize::Types::DescribeCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeCampaignResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaign ⇒ Types::Campaign
The latestCampaignUpdatefield is only returned when the campaign has had at least oneUpdateCampaigncall.
Instance Attribute Details
#campaign ⇒ Types::Campaign
latestCampaignUpdate field is only returned when the campaign
has had at least one UpdateCampaign call.
The properties of the campaign.
latestCampaignUpdate field is only returned when the campaign
has had at least one UpdateCampaign call.
3049 3050 3051 3052 3053 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3049 class DescribeCampaignResponse < Struct.new( :campaign) SENSITIVE = [] include Aws::Structure end |