Class: Aws::Kendra::Types::UserTokenConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Provides the configuration information for a token.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#json_token_type_configurationTypes::JsonTokenTypeConfiguration

Information about the JSON token type configuration.



11102
11103
11104
11105
11106
11107
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11102

class UserTokenConfiguration < Struct.new(
  :jwt_token_type_configuration,
  :json_token_type_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#jwt_token_type_configurationTypes::JwtTokenTypeConfiguration

Information about the JWT token type configuration.



11102
11103
11104
11105
11106
11107
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11102

class UserTokenConfiguration < Struct.new(
  :jwt_token_type_configuration,
  :json_token_type_configuration)
  SENSITIVE = []
  include Aws::Structure
end