Class: Aws::Types::DescribeUserOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserOutput
- 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.
479 480 481 |
# File 'sig/types.rbs', line 479 def broker_id @broker_id end |
#console_access ⇒ Boolean
Returns the value of attribute console_access.
480 481 482 |
# File 'sig/types.rbs', line 480 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
481 482 483 |
# File 'sig/types.rbs', line 481 def groups @groups end |
#pending ⇒ Types::UserPendingChanges
Returns the value of attribute pending.
482 483 484 |
# File 'sig/types.rbs', line 482 def pending @pending end |
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
483 484 485 |
# File 'sig/types.rbs', line 483 def replication_user @replication_user end |
#username ⇒ ::String
Returns the value of attribute username.
484 485 486 |
# File 'sig/types.rbs', line 484 def username @username end |