class Aws::RDS::Types::ModifyCertificatesMessage

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

data as a hash:

    {
      certificate_identifier: "String",
      remove_customer_override: false,
    }

@!attribute [rw] certificate_identifier

The new default certificate identifier to override the current one
with.

To determine the valid values, use the `describe-certificates` CLI
command or the `DescribeCertificates` API operation.
@return [String]

@!attribute [rw] remove_customer_override

A value that indicates whether to remove the override for the
default certificate. If the override is removed, the default
certificate is the system default.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCertificatesMessage AWS API Documentation

Constants

SENSITIVE