Class: Aws::Kendra::Types::UserTokenConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::UserTokenConfiguration
- 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
-
#json_token_type_configuration ⇒ Types::JsonTokenTypeConfiguration
Information about the JSON token type configuration.
-
#jwt_token_type_configuration ⇒ Types::JwtTokenTypeConfiguration
Information about the JWT token type configuration.
Instance Attribute Details
#json_token_type_configuration ⇒ Types::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_configuration ⇒ Types::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 |