Class: Aws::QBusiness::Types::BatchPutDocumentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BatchPutDocumentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application.
-
#data_source_sync_id ⇒ String
The identifier of the data source sync during which the documents were added.
-
#documents ⇒ Array<Types::Document>
One or more documents to add to the index.
-
#index_id ⇒ String
The identifier of the Amazon Q Business index to add the documents to.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 997 class BatchPutDocumentRequest < Struct.new( :application_id, :index_id, :documents, :role_arn, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |
#data_source_sync_id ⇒ String
The identifier of the data source sync during which the documents were added.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 997 class BatchPutDocumentRequest < Struct.new( :application_id, :index_id, :documents, :role_arn, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |
#documents ⇒ Array<Types::Document>
One or more documents to add to the index.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 997 class BatchPutDocumentRequest < Struct.new( :application_id, :index_id, :documents, :role_arn, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the Amazon Q Business index to add the documents to.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 997 class BatchPutDocumentRequest < Struct.new( :application_id, :index_id, :documents, :role_arn, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket.
997 998 999 1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 997 class BatchPutDocumentRequest < Struct.new( :application_id, :index_id, :documents, :role_arn, :data_source_sync_id) SENSITIVE = [] include Aws::Structure end |