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

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def server_id
  @server_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def user_name
  @user_name
end