You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ImportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ImportJobSummary
- Defined in:
- (unknown)
Overview
A summary of the import job.
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The date and time when the import job was created.
-
#import_destination ⇒ Types::ImportDestination
An object that contains details about the resource destination the import job is going to target.
.
-
#job_id ⇒ String
A string that represents the import job ID.
.
-
#job_status ⇒ String
The status of the import job.
Possible values:
- CREATED
- PROCESSING
- COMPLETED
- FAILED
Instance Attribute Details
#created_timestamp ⇒ Time
The date and time when the import job was created.
#import_destination ⇒ Types::ImportDestination
An object that contains details about the resource destination the import job is going to target.
#job_id ⇒ String
A string that represents the import job ID.
#job_status ⇒ String
The status of the import job.
Possible values:
- CREATED
- PROCESSING
- COMPLETED
- FAILED