Class: Aws::CustomerProfiles::Types::GetUploadJobPathRequest

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)


5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5133

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

#job_idString

The unique identifier of the upload job to retrieve the upload path for. This is generated from the CreateUploadJob API.

Returns:

  • (String)


5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5133

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