Class: Aws::Types::UserTokenConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#json_token_type_configurationTypes::JsonTokenTypeConfiguration

Returns the value of attribute json_token_type_configuration.



2175
2176
2177
# File 'sig/types.rbs', line 2175

def json_token_type_configuration
  @json_token_type_configuration
end

#jwt_token_type_configurationTypes::JwtTokenTypeConfiguration

Returns the value of attribute jwt_token_type_configuration.



2174
2175
2176
# File 'sig/types.rbs', line 2174

def jwt_token_type_configuration
  @jwt_token_type_configuration
end