Class: Aws::Types::BatchPutDocumentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_document_enrichment_configurationTypes::CustomDocumentEnrichmentConfiguration

Returns the value of attribute custom_document_enrichment_configuration.



192
193
194
# File 'sig/types.rbs', line 192

def custom_document_enrichment_configuration
  @custom_document_enrichment_configuration
end

#documents::Array[Types::Document]

Returns the value of attribute documents.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def documents
  @documents
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def index_id
  @index_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def role_arn
  @role_arn
end