Class: Aws::CustomerProfiles::Types::CreateUploadJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier for the created upload job.

Returns:

  • (String)


1865
1866
1867
1868
1869
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1865

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