Class GetRandomPasswordResponse
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
This is the response object from the GetRandomPassword operation.
public class GetRandomPasswordResponse : AmazonWebServiceResponse- Inheritance
- 
      
      GetRandomPasswordResponse
Constructors
GetRandomPasswordResponse()
public GetRandomPasswordResponse()Properties
RandomPassword
Gets and sets the property RandomPassword.
A string with the generated password.
public string RandomPassword { get; set; }