Class: Aws::Types::DescribeUserOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#broker_id::String

Returns the value of attribute broker_id.

Returns:



479
480
481
# File 'sig/types.rbs', line 479

def broker_id
  @broker_id
end

#console_accessBoolean

Returns the value of attribute console_access.

Returns:



480
481
482
# File 'sig/types.rbs', line 480

def console_access
  @console_access
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:



481
482
483
# File 'sig/types.rbs', line 481

def groups
  @groups
end

#pendingTypes::UserPendingChanges

Returns the value of attribute pending.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def pending
  @pending
end

#replication_userBoolean

Returns the value of attribute replication_user.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def replication_user
  @replication_user
end

#username::String

Returns the value of attribute username.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def username
  @username
end