Class: Aws::CustomerProfiles::Types::CreateUploadJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateUploadJobResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier for the created upload job.
Instance Attribute Details
#job_id ⇒ String
The unique identifier for the created upload job.
1865 1866 1867 1868 1869 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1865 class CreateUploadJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |