Class: Aws::Types::IamUser

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def principal_id
  @principal_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def user_name
  @user_name
end