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.
2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2059 class CreateUploadJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |