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)


1906
1907
1908
1909
1910
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1906

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