Class: Aws::SESV2::Types::CancelExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CancelExportJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to cancel 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.
448 449 450 451 452 |
# File 'lib/aws-sdk-sesv2/types.rb', line 448 class CancelExportJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |