Class: Aws::CustomerProfiles::Types::GetUploadJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetUploadJobRequest
- 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.
-
#job_id ⇒ String
The unique identifier of the upload job to retrieve.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain containing the upload job.
4319 4320 4321 4322 4323 4324 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4319 class GetUploadJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the upload job to retrieve.
4319 4320 4321 4322 4323 4324 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4319 class GetUploadJobRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |