Class: Aws::QBusiness::Types::DocumentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DocumentDetails
- 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
-
#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.
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_id ⇒ String
The identifier of the document.
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 |
#error ⇒ Types::ErrorDetail
An error message associated with the document.
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 |
#status ⇒ String
The current status of the document.
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_at ⇒ Time
The timestamp for when the document was last updated.
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 |