Class: Aws::CustomerProfiles::Types::UploadJobItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UploadJobItem
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The summary information for an individual upload job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_at ⇒ Time
The timestamp when the upload job was completed.
-
#created_at ⇒ Time
The timestamp when the upload job was created.
-
#data_expiry ⇒ Integer
The expiry duration for the profiles ingested with the upload job.
-
#display_name ⇒ String
The name of the upload job.
-
#job_id ⇒ String
The unique identifier of the upload job.
-
#status ⇒ String
The current status of the upload job.
-
#status_reason ⇒ String
The reason for the current status of the upload job.
Instance Attribute Details
#completed_at ⇒ Time
The timestamp when the upload job was completed.
8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8415 class UploadJobItem < Struct.new( :job_id, :display_name, :status, :status_reason, :created_at, :completed_at, :data_expiry) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the upload job was created.
8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8415 class UploadJobItem < Struct.new( :job_id, :display_name, :status, :status_reason, :created_at, :completed_at, :data_expiry) SENSITIVE = [] include Aws::Structure end |
#data_expiry ⇒ Integer
The expiry duration for the profiles ingested with the upload job.
8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8415 class UploadJobItem < Struct.new( :job_id, :display_name, :status, :status_reason, :created_at, :completed_at, :data_expiry) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the upload job.
8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8415 class UploadJobItem < Struct.new( :job_id, :display_name, :status, :status_reason, :created_at, :completed_at, :data_expiry) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the upload job.
8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8415 class UploadJobItem < Struct.new( :job_id, :display_name, :status, :status_reason, :created_at, :completed_at, :data_expiry) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the upload job.
8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8415 class UploadJobItem < Struct.new( :job_id, :display_name, :status, :status_reason, :created_at, :completed_at, :data_expiry) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current status of the upload job.
8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8415 class UploadJobItem < Struct.new( :job_id, :display_name, :status, :status_reason, :created_at, :completed_at, :data_expiry) SENSITIVE = [] include Aws::Structure end |