Class: Aws::FinSpaceData::Types::DisableUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::DisableUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#user_id ⇒ String
The unique identifier for the user that you want to deactivate.
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.
1066 1067 1068 1069 1070 1071 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1066 class DisableUserRequest < Struct.new( :user_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The unique identifier for the user that you want to deactivate.
1066 1067 1068 1069 1070 1071 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1066 class DisableUserRequest < Struct.new( :user_id, :client_token) SENSITIVE = [] include Aws::Structure end |