clouddirectory_list_attached_indices: Lists indices attached to the specified object

View source: R/clouddirectory_operations.R

clouddirectory_list_attached_indicesR Documentation

Lists indices attached to the specified object

Description

Lists indices attached to the specified object.

See https://www.paws-r-sdk.com/docs/clouddirectory_list_attached_indices/ for full documentation.

Usage

clouddirectory_list_attached_indices(
  DirectoryArn,
  TargetReference,
  NextToken = NULL,
  MaxResults = NULL,
  ConsistencyLevel = NULL
)

Arguments

DirectoryArn

[required] The ARN of the directory.

TargetReference

[required] A reference to the object that has indices attached.

NextToken

The pagination token.

MaxResults

The maximum number of results to retrieve.

ConsistencyLevel

The consistency level to use for this operation.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.