Class: Aws::Types::PolicyUser

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def user_id
  @user_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def user_name
  @user_name
end