Class: Aws::CustomerProfiles::Types::UploadJobItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completed_atTime

The timestamp when the upload job was completed.

Returns:

  • (Time)


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_atTime

The timestamp when the upload job was created.

Returns:

  • (Time)


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_expiryInteger

The expiry duration for the profiles ingested with the upload job.

Returns:

  • (Integer)


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_nameString

The name of the upload job.

Returns:

  • (String)


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_idString

The unique identifier of the upload job.

Returns:

  • (String)


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

#statusString

The current status of the upload job.

Returns:

  • (String)


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_reasonString

The reason for the current status of the upload job.

Returns:

  • (String)


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