Class: Aws::Pinpoint::Types::ExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ExportJobResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that's associated with the export job.
-
#completed_pieces ⇒ Integer
The number of pieces that were processed successfully (completed) by the export job, as of the time of the request.
-
#completion_date ⇒ String
The date, in ISO 8601 format, when the export job was completed.
-
#creation_date ⇒ String
The date, in ISO 8601 format, when the export job was created.
-
#definition ⇒ Types::ExportJobResource
The resource settings that apply to the export job.
-
#failed_pieces ⇒ Integer
The number of pieces that weren't processed successfully (failed) by the export job, as of the time of the request.
-
#failures ⇒ Array<String>
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the export job, if any.
-
#id ⇒ String
The unique identifier for the export job.
-
#job_status ⇒ String
The status of the export job.
-
#total_failures ⇒ Integer
The total number of endpoint definitions that weren't processed successfully (failed) by the export job, typically because an error, such as a syntax error, occurred.
-
#total_pieces ⇒ Integer
The total number of pieces that must be processed to complete the export job.
-
#total_processed ⇒ Integer
The total number of endpoint definitions that were processed by the export job.
-
#type ⇒ String
The job type.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that's associated with the export job.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#completed_pieces ⇒ Integer
The number of pieces that were processed successfully (completed) by the export job, as of the time of the request.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#completion_date ⇒ String
The date, in ISO 8601 format, when the export job was completed.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ String
The date, in ISO 8601 format, when the export job was created.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::ExportJobResource
The resource settings that apply to the export job.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#failed_pieces ⇒ Integer
The number of pieces that weren't processed successfully (failed) by the export job, as of the time of the request.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#failures ⇒ Array<String>
An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the export job, if any.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the export job.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the export job. The job status is FAILED if Amazon Pinpoint wasn't able to process one or more pieces in the job.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#total_failures ⇒ Integer
The total number of endpoint definitions that weren't processed successfully (failed) by the export job, typically because an error, such as a syntax error, occurred.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#total_pieces ⇒ Integer
The total number of pieces that must be processed to complete the export job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the export job.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#total_processed ⇒ Integer
The total number of endpoint definitions that were processed by the export job.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The job type. This value is EXPORT for export jobs.
5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5545 class ExportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) SENSITIVE = [] include Aws::Structure end |