Class: Aws::Finspace::Types::DeleteKxUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteKxUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#user_name ⇒ String
A unique identifier for the user that you want to delete.
Instance Attribute Details
#client_token ⇒ String
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.
1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-finspace/types.rb', line 1734 class DeleteKxUserRequest < Struct.new( :user_name, :environment_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-finspace/types.rb', line 1734 class DeleteKxUserRequest < Struct.new( :user_name, :environment_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
A unique identifier for the user that you want to delete.
1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-finspace/types.rb', line 1734 class DeleteKxUserRequest < Struct.new( :user_name, :environment_id, :client_token) SENSITIVE = [] include Aws::Structure end |