Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#console_accessBoolean

Returns the value of attribute console_access.

Returns:

  • (Boolean)


886
887
888
# File 'sig/types.rbs', line 886

def console_access
  @console_access
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


887
888
889
# File 'sig/types.rbs', line 887

def groups
  @groups
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def password
  @password
end

#replication_userBoolean

Returns the value of attribute replication_user.

Returns:

  • (Boolean)


890
891
892
# File 'sig/types.rbs', line 890

def replication_user
  @replication_user
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def username
  @username
end