Class: Aws::Types::BatchPutDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutDocumentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Returns the value of attribute custom_document_enrichment_configuration.
-
#documents ⇒ ::Array[Types::Document]
Returns the value of attribute documents.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#custom_document_enrichment_configuration ⇒ Types::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.
191 192 193 |
# File 'sig/types.rbs', line 191 def documents @documents end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
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.
190 191 192 |
# File 'sig/types.rbs', line 190 def role_arn @role_arn end |