Class: Aws::Types::KxUser
- Inherits:
-
Object
- Object
- Aws::Types::KxUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
815 816 817 |
# File 'sig/types.rbs', line 815 def @create_timestamp end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
814 815 816 |
# File 'sig/types.rbs', line 814 def iam_role @iam_role end |
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
816 817 818 |
# File 'sig/types.rbs', line 816 def @update_timestamp end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
812 813 814 |
# File 'sig/types.rbs', line 812 def user_arn @user_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
813 814 815 |
# File 'sig/types.rbs', line 813 def user_name @user_name end |