Class: Aws::SESV2::Types::GetImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetImportJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request for information about an import job using the import job ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the import job.
Instance Attribute Details
#job_id ⇒ String
The ID of the import job.
3933 3934 3935 3936 3937 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3933 class GetImportJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |