Class: Aws::FinSpaceData::Types::ResetUserPasswordRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ResetUserPasswordRequest
- 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 of the user that a temporary password is requested for.
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.
2178 2179 2180 2181 2182 2183 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2178 class ResetUserPasswordRequest < Struct.new( :user_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The unique identifier of the user that a temporary password is requested for.
2178 2179 2180 2181 2182 2183 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2178 class ResetUserPasswordRequest < Struct.new( :user_id, :client_token) SENSITIVE = [] include Aws::Structure end |