Class: Aws::Types::DescribeUserResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_accessBoolean

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

#pendingTypes::UserPendingChanges

Returns the value of attribute pending.



498
499
500
# File 'sig/types.rbs', line 498

def pending
  @pending
end

#replication_userBoolean

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