Class: Aws::Types::BatchDeleteDocumentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_sync_job_metric_targetTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def index_id
  @index_id
end