class Aws::CloudDirectory::Types::DetachFromIndexRequest

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

data as a hash:

    {
      directory_arn: "Arn", # required
      index_reference: { # required
        selector: "SelectorObjectReference",
      },
      target_reference: { # required
        selector: "SelectorObjectReference",
      },
    }

@!attribute [rw] directory_arn

The Amazon Resource Name (ARN) of the directory the index and object
exist in.
@return [String]

@!attribute [rw] index_reference

A reference to the index object.
@return [Types::ObjectReference]

@!attribute [rw] target_reference

A reference to the object being detached from the index.
@return [Types::ObjectReference]

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

Constants

SENSITIVE