Class: Aws::CleanRoomsML::Types::StartAudienceExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::StartAudienceExportJobRequest
- 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 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.
5142 5143 5144 5145 5146 5147 5148 5149 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5142 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.
5142 5143 5144 5145 5146 5147 5148 5149 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5142 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.
5142 5143 5144 5145 5146 5147 5148 5149 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5142 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.
5142 5143 5144 5145 5146 5147 5148 5149 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5142 class StartAudienceExportJobRequest < Struct.new( :name, :audience_generation_job_arn, :audience_size, :description) SENSITIVE = [] include Aws::Structure end |