Class: Aws::Types::GetKxUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def environment_id @environment_id end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
584 585 586 |
# File 'sig/types.rbs', line 584 def iam_role @iam_role end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
582 583 584 |
# File 'sig/types.rbs', line 582 def user_arn @user_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
581 582 583 |
# File 'sig/types.rbs', line 581 def user_name @user_name end |