Class: Aws::Types::GetUserProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::GetUserProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#session_name ⇒ ::String
Returns the value of attribute session_name.
-
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
-
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3336 3337 3338 |
# File 'sig/types.rbs', line 3336 def domain_identifier @domain_identifier end |
#session_name ⇒ ::String
Returns the value of attribute session_name.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def session_name @session_name end |
#type ⇒ "IAM", "SSO"
Returns the value of attribute type.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def type @type end |
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
3337 3338 3339 |
# File 'sig/types.rbs', line 3337 def user_identifier @user_identifier end |