Module: OpenSearch::API::DanglingIndices
- Defined in:
- lib/opensearch/api/namespace/dangling_indices.rb,
lib/opensearch/api/actions/dangling_indices/params_registry.rb,
lib/opensearch/api/actions/dangling_indices/delete_dangling_index.rb,
lib/opensearch/api/actions/dangling_indices/import_dangling_index.rb,
lib/opensearch/api/actions/dangling_indices/list_dangling_indices.rb
Defined Under Namespace
Modules: Actions Classes: DanglingIndicesClient
Instance Method Summary collapse
-
#dangling_indices ⇒ Object
Proxy method for DanglingIndicesClient, available in the receiving object.
Instance Method Details
#dangling_indices ⇒ Object
Proxy method for DanglingIndicesClient, available in the receiving object
39 40 41 |
# File 'lib/opensearch/api/namespace/dangling_indices.rb', line 39 def dangling_indices @dangling_indices ||= DanglingIndicesClient.new(self) end |