Class: Aws::QBusiness::Types::BatchPutDocumentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the Amazon Q Business application.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1022

class BatchPutDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :role_arn,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_sync_idString

The identifier of the data source sync during which the documents were added.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1022

class BatchPutDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :role_arn,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end

#documentsArray<Types::Document>

One or more documents to add to the index.

Returns:



1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1022

class BatchPutDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :role_arn,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the Amazon Q Business index to add the documents to.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1022

class BatchPutDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :role_arn,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
1029
1030
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1022

class BatchPutDocumentRequest < Struct.new(
  :application_id,
  :index_id,
  :documents,
  :role_arn,
  :data_source_sync_id)
  SENSITIVE = []
  include Aws::Structure
end