Class: Aws::Types::BatchDeleteDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteDocumentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_sync_job_metric_target ⇒ Types::DataSourceSyncJobMetricTarget
Returns the value of attribute data_source_sync_job_metric_target.
-
#document_id_list ⇒ ::Array[::String]
Returns the value of attribute document_id_list.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
Instance Attribute Details
#data_source_sync_job_metric_target ⇒ Types::DataSourceSyncJobMetricTarget
Returns the value of attribute data_source_sync_job_metric_target.
133 134 135 |
# File 'sig/types.rbs', line 133 def data_source_sync_job_metric_target @data_source_sync_job_metric_target end |
#document_id_list ⇒ ::Array[::String]
Returns the value of attribute document_id_list.
132 133 134 |
# File 'sig/types.rbs', line 132 def document_id_list @document_id_list end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def index_id @index_id end |