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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4319
4320
4321
4322
4323
4324
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4319

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)


4319
4320
4321
4322
4323
4324
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4319

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