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

#accountTypes::Account

Returns the value of attribute account.

Returns:



3359
3360
3361
# File 'sig/types.rbs', line 3359

def 
  @account
end

#credential_uid::String

Returns the value of attribute credential_uid.

Returns:

  • (::String)


3358
3359
3360
# File 'sig/types.rbs', line 3358

def credential_uid
  @credential_uid
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3355
3356
3357
# File 'sig/types.rbs', line 3355

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


3357
3358
3359
# File 'sig/types.rbs', line 3357

def type
  @type
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


3356
3357
3358
# File 'sig/types.rbs', line 3356

def uid
  @uid
end