Class: Aws::Types::UserContext
- Inherits:
-
Object
- Object
- Aws::Types::UserContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#iam_identity ⇒ Types::IamIdentity
Returns the value of attribute iam_identity.
-
#user_profile_arn ⇒ ::String
Returns the value of attribute user_profile_arn.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
12533 12534 12535 |
# File 'sig/types.rbs', line 12533 def domain_id @domain_id end |
#iam_identity ⇒ Types::IamIdentity
Returns the value of attribute iam_identity.
12534 12535 12536 |
# File 'sig/types.rbs', line 12534 def iam_identity @iam_identity end |
#user_profile_arn ⇒ ::String
Returns the value of attribute user_profile_arn.
12531 12532 12533 |
# File 'sig/types.rbs', line 12531 def user_profile_arn @user_profile_arn end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
12532 12533 12534 |
# File 'sig/types.rbs', line 12532 def user_profile_name @user_profile_name end |