Class: Aws::FinSpaceData::Types::EnableUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::EnableUserRequest
- 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 activate.
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.
1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1135 class EnableUserRequest < Struct.new( :user_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The unique identifier for the user that you want to activate.
1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1135 class EnableUserRequest < Struct.new( :user_id, :client_token) SENSITIVE = [] include Aws::Structure end |