Class: Aws::Types::DeleteKxUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def environment_id
  @environment_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def user_name
  @user_name
end