Class: Aws::Types::CreateUserResponse

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)


107
108
109
# File 'sig/types.rbs', line 107

def identity_store_id
  @identity_store_id
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def user_id
  @user_id
end