Class: Aws::Types::UserIdentifier

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

Defined Under Namespace

Classes: Email, Unknown, UserArn, UserName

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_name, :email])

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


12869
12870
12871
# File 'sig/types.rbs', line 12869

def email
  @email
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


12871
12872
12873
# File 'sig/types.rbs', line 12871

def unknown
  @unknown
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


12870
12871
12872
# File 'sig/types.rbs', line 12870

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


12868
12869
12870
# File 'sig/types.rbs', line 12868

def user_name
  @user_name
end