Class: Aws::Types::DescribeUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extensions ⇒ ::Array[::String]
Returns the value of attribute extensions.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#extensions ⇒ ::Array[::String]
Returns the value of attribute extensions.
179 180 181 |
# File 'sig/types.rbs', line 179 def extensions @extensions end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def identity_store_id @identity_store_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def user_id @user_id end |