You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::ModifyCertificatesMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyCertificatesMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_identifierString

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

To determine the valid values, use the describe-certificates AWS CLI command or the DescribeCertificates API operation.

Returns:

  • (String)

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

#remove_customer_overrideBoolean

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.

Returns:

  • (Boolean)

    A value that indicates whether to remove the override for the default certificate.