Class: Aws::CustomerProfiles::Types::StartUploadJobRequest

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 to start.

Returns:

  • (String)


7816
7817
7818
7819
7820
7821
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7816

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

#job_idString

The unique identifier of the upload job to start.

Returns:

  • (String)


7816
7817
7818
7819
7820
7821
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7816

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