Class: Aws::CleanRoomsML::Types::AudienceGenerationJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::AudienceGenerationJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides information about the configured audience generation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job.
-
#collaboration_id ⇒ String
The identifier of the collaboration that contains this audience generation job.
-
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
-
#create_time ⇒ Time
The time at which the audience generation job was created.
-
#description ⇒ String
The description of the audience generation job.
-
#name ⇒ String
The name of the audience generation job.
-
#started_by ⇒ String
The AWS Account that submitted the job.
-
#status ⇒ String
The status of the audience generation job.
-
#update_time ⇒ Time
The most recent time at which the audience generation job was updated.
Instance Attribute Details
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#collaboration_id ⇒ String
The identifier of the collaboration that contains this audience generation job.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the audience generation job was created.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the audience generation job.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the audience generation job.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#started_by ⇒ String
The AWS Account that submitted the job.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the audience generation job.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the audience generation job was updated.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 179 class AudienceGenerationJobSummary < Struct.new( :create_time, :update_time, :audience_generation_job_arn, :name, :description, :status, :configured_audience_model_arn, :collaboration_id, :started_by) SENSITIVE = [] include Aws::Structure end |