Class: Aws::Finspace::Types::DeleteKxUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1727

class DeleteKxUserRequest < Struct.new(
  :user_name,
  :environment_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1727

class DeleteKxUserRequest < Struct.new(
  :user_name,
  :environment_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

A unique identifier for the user that you want to delete.

Returns:

  • (String)


1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1727

class DeleteKxUserRequest < Struct.new(
  :user_name,
  :environment_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end