Class: Aws::FinSpaceData::Types::ResetUserPasswordRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/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)


2178
2179
2180
2181
2182
2183
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 2178

class ResetUserPasswordRequest < Struct.new(
  :user_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The unique identifier of the user that a temporary password is requested for.

Returns:

  • (String)


2178
2179
2180
2181
2182
2183
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 2178

class ResetUserPasswordRequest < Struct.new(
  :user_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end