class Aws::Lightsail::Types::GetRelationalDatabaseMasterUserPasswordRequest
@note When making an API call, you may pass GetRelationalDatabaseMasterUserPasswordRequest
data as a hash: { relational_database_name: "ResourceName", # required password_version: "CURRENT", # accepts CURRENT, PREVIOUS, PENDING }
@!attribute [rw] relational_database_name
The name of your database for which to get the master user password. @return [String]
@!attribute [rw] password_version
The password version to return. Specifying `CURRENT` or `PREVIOUS` returns the current or previous passwords respectively. Specifying `PENDING` returns the newest version of the password that will rotate to `CURRENT`. After the `PENDING` password rotates to `CURRENT`, the `PENDING` password is no longer available. Default: `CURRENT` @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetRelationalDatabaseMasterUserPasswordRequest AWS API Documentation
Constants
- SENSITIVE