Class: Aws::CleanRoomsML::Types::AudienceExportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::AudienceExportJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides information about the audience export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job that was exported.
-
#audience_size ⇒ Types::AudienceSize
The size of the generated audience.
-
#create_time ⇒ Time
The time at which the audience export job was created.
-
#description ⇒ String
The description of the audience export job.
-
#name ⇒ String
The name of the audience export job.
-
#output_location ⇒ String
The Amazon S3 bucket where the audience export is stored.
-
#status ⇒ String
The status of the audience export job.
-
#status_details ⇒ Types::StatusDetails
Details about the status of a resource.
-
#update_time ⇒ Time
The most recent time at which the audience export job was updated.
Instance Attribute Details
#audience_generation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the audience generation job that was exported.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) 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.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the audience export job was created.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the audience export job.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the audience export job.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ String
The Amazon S3 bucket where the audience export is stored.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the audience export job.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |
#status_details ⇒ Types::StatusDetails
Details about the status of a resource.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the audience export job was updated.
82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 82 class AudienceExportJobSummary < Struct.new( :create_time, :update_time, :name, :audience_generation_job_arn, :audience_size, :description, :status, :status_details, :output_location) SENSITIVE = [] include Aws::Structure end |