You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::AttachToIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AttachToIndexRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arnString

The Amazon Resource Name (ARN) of the directory where the object and index exist.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the directory where the object and index exist.

#index_referenceTypes::ObjectReference

A reference to the index that you are attaching the object to.

Returns:

#target_referenceTypes::ObjectReference

A reference to the object that you are attaching to the index.

Returns: