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.
4770 4771 4772 4773 4774 4775 4776 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4770 class ResetPasswordRequest < Struct.new( :organization_id, :user_id, :password) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
The new password for the user.
4770 4771 4772 4773 4774 4775 4776 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4770 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.
4770 4771 4772 4773 4774 4775 4776 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4770 class ResetPasswordRequest < Struct.new( :organization_id, :user_id, :password) SENSITIVE = [:password] include Aws::Structure end |