Class: Aws::Types::DescribeUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#console_access ⇒ Boolean
Returns the value of attribute console_access.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#pending ⇒ Types::UserPendingChanges
Returns the value of attribute pending.
-
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
495 496 497 |
# File 'sig/types.rbs', line 495 def broker_id @broker_id end |
#console_access ⇒ Boolean
Returns the value of attribute console_access.
496 497 498 |
# File 'sig/types.rbs', line 496 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
497 498 499 |
# File 'sig/types.rbs', line 497 def groups @groups end |
#pending ⇒ Types::UserPendingChanges
Returns the value of attribute pending.
498 499 500 |
# File 'sig/types.rbs', line 498 def pending @pending end |
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
500 501 502 |
# File 'sig/types.rbs', line 500 def replication_user @replication_user end |
#username ⇒ ::String
Returns the value of attribute username.
499 500 501 |
# File 'sig/types.rbs', line 499 def username @username end |