- Navigation Guide
@aws-sdk/client-redshift
ModifyAuthenticationProfileCommandOutput Interface
The output of ModifyAuthenticationProfileCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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