@aws-sdk/client-redshift

ModifyAuthenticationProfileCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
AuthenticationProfileContent string | undefined

The updated content of the authentication profile in JSON format.

AuthenticationProfileName string | undefined

The name of the authentication profile that was replaced.

Full Signature

export interface ModifyAuthenticationProfileCommandOutput extends ModifyAuthenticationProfileResult, MetadataBearer