Class: Aws::Types::JsonTokenTypeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::JsonTokenTypeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_attribute_field ⇒ ::String
Returns the value of attribute group_attribute_field.
-
#user_name_attribute_field ⇒ ::String
Returns the value of attribute user_name_attribute_field.
Instance Attribute Details
#group_attribute_field ⇒ ::String
Returns the value of attribute group_attribute_field.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def group_attribute_field @group_attribute_field end |
#user_name_attribute_field ⇒ ::String
Returns the value of attribute user_name_attribute_field.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def user_name_attribute_field @user_name_attribute_field end |