class Aws::CloudDirectory::Types::ListAttachedIndicesRequest

@note When making an API call, you may pass ListAttachedIndicesRequest

data as a hash:

    {
      directory_arn: "Arn", # required
      target_reference: { # required
        selector: "SelectorObjectReference",
      },
      next_token: "NextToken",
      max_results: 1,
      consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
    }

@!attribute [rw] directory_arn

The ARN of the directory.
@return [String]

@!attribute [rw] target_reference

A reference to the object that has indices attached.
@return [Types::ObjectReference]

@!attribute [rw] next_token

The pagination token.
@return [String]

@!attribute [rw] max_results

The maximum number of results to retrieve.
@return [Integer]

@!attribute [rw] consistency_level

The consistency level to use for this operation.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListAttachedIndicesRequest AWS API Documentation

Constants

SENSITIVE