Class: Aws::Types::IdentityMapping
- Inherits:
-
Object
- Object
- Aws::Types::IdentityMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#username_attribute ⇒ ::String
Returns the value of attribute username_attribute.
Instance Attribute Details
#prefix ⇒ ::String
Returns the value of attribute prefix.
3624 3625 3626 |
# File 'sig/types.rbs', line 3624 def prefix @prefix end |
#username_attribute ⇒ ::String
Returns the value of attribute username_attribute.
3623 3624 3625 |
# File 'sig/types.rbs', line 3623 def username_attribute @username_attribute end |