Class: Aws::CustomerProfiles::Types::StopUploadJobRequest

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

Returns:

  • (String)


9026
9027
9028
9029
9030
9031
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9026

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

#job_idString

The unique identifier of the upload job to stop.

Returns:

  • (String)


9026
9027
9028
9029
9030
9031
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9026

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