Class: Aws::CustomerProfiles::Types::StartUploadJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::StartUploadJobRequest
- Includes:
- Structure
- Defined in:
- 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.
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_id ⇒ String
The unique identifier of the upload job to start.
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 |