Class: Aws::SESV2::Types::CreateExportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

An HTTP 200 response if the request succeeds, or an error message if the request fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

A string that represents the export job ID.

Returns:

  • (String)


1172
1173
1174
1175
1176
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1172

class CreateExportJobResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end