Class: Aws::CustomerProfiles::Types::GetUploadJobRequest

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

#domain_nameString

The unique name of the domain containing the upload job.

Returns:

  • (String)


5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5183

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

#job_idString

The unique identifier of the upload job to retrieve.

Returns:

  • (String)


5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5183

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