Class: Aws::WorkMail::Types::ResetPasswordRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ResetPasswordRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The identifier of the organization that contains the user for which the password is reset.
-
#password ⇒ String
The new password for the user.
-
#user_id ⇒ String
The identifier of the user for whom the password is reset.
Instance Attribute Details
#organization_id ⇒ String
The identifier of the organization that contains the user for which the password is reset.
3763 3764 3765 3766 3767 3768 3769 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3763 class ResetPasswordRequest < Struct.new( :organization_id, :user_id, :password) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
The new password for the user.
3763 3764 3765 3766 3767 3768 3769 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3763 class ResetPasswordRequest < Struct.new( :organization_id, :user_id, :password) SENSITIVE = [:password] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user for whom the password is reset.
3763 3764 3765 3766 3767 3768 3769 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3763 class ResetPasswordRequest < Struct.new( :organization_id, :user_id, :password) SENSITIVE = [:password] include Aws::Structure end |