Class: Aws::CleanRoomsML::Types::DeleteAudienceGenerationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteAudienceGenerationJobRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job that you want to delete.
Instance Attribute Details
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job that you want to delete.
1780 1781 1782 1783 1784 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1780 class DeleteAudienceGenerationJobRequest < Struct.new( :audience_generation_job_arn) SENSITIVE = [] include Aws::Structure end |