Class: Aws::Kendra::Types::JsonTokenTypeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::JsonTokenTypeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Provides the configuration information for the JSON token type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_attribute_field ⇒ String
The group attribute field.
-
#user_name_attribute_field ⇒ String
The user name attribute field.
Instance Attribute Details
#group_attribute_field ⇒ String
The group attribute field.
6797 6798 6799 6800 6801 6802 |
# File 'lib/aws-sdk-kendra/types.rb', line 6797 class JsonTokenTypeConfiguration < Struct.new( :user_name_attribute_field, :group_attribute_field) SENSITIVE = [] include Aws::Structure end |
#user_name_attribute_field ⇒ String
The user name attribute field.
6797 6798 6799 6800 6801 6802 |
# File 'lib/aws-sdk-kendra/types.rb', line 6797 class JsonTokenTypeConfiguration < Struct.new( :user_name_attribute_field, :group_attribute_field) SENSITIVE = [] include Aws::Structure end |