Class: Aws::Types::SSOIdentity
- Inherits:
-
Object
- Object
- Aws::Types::SSOIdentity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
665 666 667 |
# File 'sig/types.rbs', line 665 def identity_store_id @identity_store_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
666 667 668 |
# File 'sig/types.rbs', line 666 def user_id @user_id end |