Class: Aws::CustomerProfiles::Types::GetUploadJobPathRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetUploadJobPathRequest
- 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 the upload path for.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain containing the upload job.
4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4269 class GetUploadJobPathRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the upload job to retrieve the upload path for. This is generated from the CreateUploadJob API.
4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4269 class GetUploadJobPathRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |