Class: Aws::Types::DescribeUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
489 490 491 |
# File 'sig/types.rbs', line 489 def broker_id @broker_id end |
#username ⇒ ::String
Returns the value of attribute username.
490 491 492 |
# File 'sig/types.rbs', line 490 def username @username end |