Class: Aws::CleanRoomsML::Types::DeleteAudienceGenerationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteAudienceGenerationJobRequest
- Includes:
- Structure
- Defined in:
- 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.
1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1701 class DeleteAudienceGenerationJobRequest < Struct.new( :audience_generation_job_arn) SENSITIVE = [] include Aws::Structure end |