Class: Aws::CustomerProfiles::Types::GetUploadJobPathRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetUploadJobPathRequest
- 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.
-
#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.
4124 4125 4126 4127 4128 4129 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4124 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.
4124 4125 4126 4127 4128 4129 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4124 class GetUploadJobPathRequest < Struct.new( :domain_name, :job_id) SENSITIVE = [] include Aws::Structure end |