Class: Aws::QBusiness::Types::DocumentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DocumentDetails
- Defined in:
- gems/aws-sdk-qbusiness/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
-
#created_at ⇒ Time
The timestamp for when the document was created.
-
#document_id ⇒ String
The identifier of the document.
-
#error ⇒ Types::ErrorDetail
An error message associated with the document.
-
#status ⇒ String
The current status of the document.
-
#updated_at ⇒ Time
The timestamp for when the document was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp for when the document was created.
3400 3401 3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3400 class DocumentDetails < Struct.new( :document_id, :status, :error, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#document_id ⇒ String
The identifier of the document.
3400 3401 3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3400 class DocumentDetails < Struct.new( :document_id, :status, :error, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::ErrorDetail
An error message associated with the document.
3400 3401 3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3400 class DocumentDetails < Struct.new( :document_id, :status, :error, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the document.
3400 3401 3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3400 class DocumentDetails < Struct.new( :document_id, :status, :error, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp for when the document was last updated.
3400 3401 3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3400 class DocumentDetails < Struct.new( :document_id, :status, :error, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |