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

Class: Aws::Kendra::Types::JsonTokenTypeConfiguration

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

Overview

Note:

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

{
  user_name_attribute_field: "String", # required
  group_attribute_field: "String", # required
}

Configuration information for the JSON token type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#group_attribute_fieldString

The group attribute field.

Returns:

  • (String)

    The group attribute field.

#user_name_attribute_fieldString

The user name attribute field.

Returns:

  • (String)

    The user name attribute field.