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.
3533 3534 3535 3536 3537 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3533 class GetExportJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |