Class: Aws::Types::UserProfileDetails
- Inherits:
-
Object
- Object
- Aws::Types::UserProfileDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam ⇒ Types::IamUserProfileDetails
Returns the value of attribute iam.
-
#sso ⇒ Types::SsoUserProfileDetails
Returns the value of attribute sso.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#iam ⇒ Types::IamUserProfileDetails
Returns the value of attribute iam.
6968 6969 6970 |
# File 'sig/types.rbs', line 6968 def iam @iam end |
#sso ⇒ Types::SsoUserProfileDetails
Returns the value of attribute sso.
6969 6970 6971 |
# File 'sig/types.rbs', line 6969 def sso @sso end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6970 6971 6972 |
# File 'sig/types.rbs', line 6970 def unknown @unknown end |