A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudDirectory/Types/CreateIndexRequest.html below:

CreateIndexRequest — AWS SDK for Ruby V2

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

Class: Aws::CloudDirectory::Types::CreateIndexRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  directory_arn: "Arn",   ordered_indexed_attribute_list: [     {
      schema_arn: "Arn",       facet_name: "FacetName",       name: "AttributeName",     },
  ],
  is_unique: false,   parent_reference: {
    selector: "SelectorObjectReference",
  },
  link_name: "LinkName",
}
Instance Attribute Summary collapse Instance Attribute Details #directory_arn ⇒ String

The ARN of the directory where the index should be created.

#is_unique ⇒ Boolean

Indicates whether the attribute that is being indexed has unique values or not.

#link_name ⇒ String

The name of the link between the parent object and the index object.

#ordered_indexed_attribute_list ⇒ Array<Types::AttributeKey>

Specifies the attributes that should be indexed on. Currently only a single attribute is supported.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4