Class: Aws::Personalize::Types::DeleteCampaignRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DeleteCampaignRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaign_arn ⇒ String
The Amazon Resource Name (ARN) of the campaign to delete.
Instance Attribute Details
#campaign_arn ⇒ String
The Amazon Resource Name (ARN) of the campaign to delete.
2815 2816 2817 2818 2819 |
# File 'lib/aws-sdk-personalize/types.rb', line 2815 class DeleteCampaignRequest < Struct.new( :campaign_arn) SENSITIVE = [] include Aws::Structure end |