Class: Aws::CustomerProfiles::Types::StopUploadJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::StopUploadJobRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain containing the upload job to stop.
-
#job_id ⇒ String
The unique identifier of the upload job to stop.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain containing the upload job to stop.
7544 7545 7546 7547 7548 7549 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7544 class StopUploadJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the upload job to stop.
7544 7545 7546 7547 7548 7549 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7544 class StopUploadJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |