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)


13325
13326
13327
# File 'sig/types.rbs', line 13325

def email
  @email
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


13327
13328
13329
# File 'sig/types.rbs', line 13327

def unknown
  @unknown
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


13326
13327
13328
# File 'sig/types.rbs', line 13326

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


13324
13325
13326
# File 'sig/types.rbs', line 13324

def user_name
  @user_name
end