Class: Aws::Types::DescribeUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
2844 2845 2846 |
# File 'sig/types.rbs', line 2844 def user_id @user_id end |