- Navigation Guide
@aws-sdk/client-redshift-serverless
GetCredentialsCommandOutput Interface
The output of GetCredentialsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
dbPassword | string | undefined | A temporary password that authorizes the user name returned by |
dbUser | string | undefined | A database user name that is authorized to log on to the database |
expiration | Date | undefined | The date and time the password in |
nextRefreshTime | Date | undefined | The date and time of when the |
Full Signature
export interface GetCredentialsCommandOutput extends GetCredentialsResponse, MetadataBearer