Class: Aws::SESV2::Types::GetExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetExportJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to retrieve information about an export job using the export job ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The export job ID.
Instance Attribute Details
#job_id ⇒ String
The export job ID.
3525 3526 3527 3528 3529 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3525 class GetExportJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |