Class: Aws::CustomerProfiles::Types::StartUploadJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::StartUploadJobRequest
- 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 start.
-
#job_id ⇒ String
The unique identifier of the upload job to start.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain containing the upload job to start.
7628 7629 7630 7631 7632 7633 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7628 class StartUploadJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the upload job to start.
7628 7629 7630 7631 7632 7633 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7628 class StartUploadJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |