Class: Aws::SESV2::Types::GetExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetExportJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_timestamp ⇒ Time
The timestamp of when the export job was completed.
-
#created_timestamp ⇒ Time
The timestamp of when the export job was created.
-
#export_data_source ⇒ Types::ExportDataSource
The data source of the export job.
-
#export_destination ⇒ Types::ExportDestination
The destination of the export job.
-
#export_source_type ⇒ String
The type of source of the export job.
-
#failure_info ⇒ Types::FailureInfo
The failure details about an export job.
-
#job_id ⇒ String
The export job ID.
-
#job_status ⇒ String
The status of the export job.
-
#statistics ⇒ Types::ExportStatistics
The statistics about the export job.
Instance Attribute Details
#completed_timestamp ⇒ Time
The timestamp of when the export job was completed.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp of when the export job was created.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#export_data_source ⇒ Types::ExportDataSource
The data source of the export job.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#export_destination ⇒ Types::ExportDestination
The destination of the export job.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#export_source_type ⇒ String
The type of source of the export job.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#failure_info ⇒ Types::FailureInfo
The failure details about an export job.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The export job ID.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the export job.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::ExportStatistics
The statistics about the export job.
3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3580 class GetExportJobResponse < Struct.new( :job_id, :export_source_type, :job_status, :export_destination, :export_data_source, :created_timestamp, :completed_timestamp, :failure_info, :statistics) SENSITIVE = [] include Aws::Structure end |