Class: Aws::Personalize::Types::DescribeCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeCampaignResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaign ⇒ Types::Campaign
<note markdown=“1”> The ‘latestCampaignUpdate` field is only returned when the campaign has had at least one `UpdateCampaign` call.
Instance Attribute Details
#campaign ⇒ Types::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>
3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-personalize/types.rb', line 3049 class DescribeCampaignResponse < Struct.new( :campaign) SENSITIVE = [] include Aws::Structure end |