Class: Aws::CleanRoomsML::Types::GetAudienceGenerationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetAudienceGenerationJobRequest
- 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 are interested in.
Instance Attribute Details
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2038 class GetAudienceGenerationJobRequest < Struct.new( :audience_generation_job_arn) SENSITIVE = [] include Aws::Structure end |