class Aws::Redshift::Types::ModifyAuthenticationProfileMessage

@note When making an API call, you may pass ModifyAuthenticationProfileMessage

data as a hash:

    {
      authentication_profile_name: "AuthenticationProfileNameString", # required
      authentication_profile_content: "String", # required
    }

@!attribute [rw] authentication_profile_name

The name of the authentication profile to replace.
@return [String]

@!attribute [rw] authentication_profile_content

The new content of the authentication profile in JSON format. The
maximum length of the JSON string is determined by a quota for your
account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAuthenticationProfileMessage AWS API Documentation

Constants

SENSITIVE