Class: Aws::Types::GetUserIdResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def identity_store_id
  @identity_store_id
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def user_id
  @user_id
end