Class: Aws::QBusiness::Types::DocumentDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

The details of a document within an Amazon Q Business index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp for when the document was created.

Returns:

  • (Time)


3271
3272
3273
3274
3275
3276
3277
3278
3279
# File 'lib/aws-sdk-qbusiness/types.rb', line 3271

class DocumentDetails < Struct.new(
  :document_id,
  :status,
  :error,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#document_idString

The identifier of the document.

Returns:

  • (String)


3271
3272
3273
3274
3275
3276
3277
3278
3279
# File 'lib/aws-sdk-qbusiness/types.rb', line 3271

class DocumentDetails < Struct.new(
  :document_id,
  :status,
  :error,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ErrorDetail

An error message associated with the document.

Returns:



3271
3272
3273
3274
3275
3276
3277
3278
3279
# File 'lib/aws-sdk-qbusiness/types.rb', line 3271

class DocumentDetails < Struct.new(
  :document_id,
  :status,
  :error,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the document.

Returns:

  • (String)


3271
3272
3273
3274
3275
3276
3277
3278
3279
# File 'lib/aws-sdk-qbusiness/types.rb', line 3271

class DocumentDetails < Struct.new(
  :document_id,
  :status,
  :error,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp for when the document was last updated.

Returns:

  • (Time)


3271
3272
3273
3274
3275
3276
3277
3278
3279
# File 'lib/aws-sdk-qbusiness/types.rb', line 3271

class DocumentDetails < Struct.new(
  :document_id,
  :status,
  :error,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end