Class: Aws::CleanRoomsML::Types::StartAudienceExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::StartAudienceExportJobRequest
- 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 export.
-
#audience_size ⇒ Types::AudienceSize
The size of the generated audience.
-
#description ⇒ String
The description of the audience export job.
-
#name ⇒ String
The name of the audience export job.
Instance Attribute Details
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job that you want to export.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4525 class StartAudienceExportJobRequest < Struct.new( :name, :audience_generation_job_arn, :audience_size, :description) SENSITIVE = [] include Aws::Structure end |
#audience_size ⇒ Types::AudienceSize
The size of the generated audience. Must match one of the sizes in the configured audience model.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4525 class StartAudienceExportJobRequest < Struct.new( :name, :audience_generation_job_arn, :audience_size, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the audience export job.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4525 class StartAudienceExportJobRequest < Struct.new( :name, :audience_generation_job_arn, :audience_size, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the audience export job.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4525 class StartAudienceExportJobRequest < Struct.new( :name, :audience_generation_job_arn, :audience_size, :description) SENSITIVE = [] include Aws::Structure end |