Class: Aws::Types::UserDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def session_id
  @session_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def user_id
  @user_id
end