class Aws::DocDB::Types::Certificate

A certificate authority (CA) certificate for an account.

@!attribute [rw] certificate_identifier

The unique key that identifies a certificate.

Example: `rds-ca-2019`
@return [String]

@!attribute [rw] certificate_type

The type of the certificate.

Example: `CA`
@return [String]

@!attribute [rw] thumbprint

The thumbprint of the certificate.
@return [String]

@!attribute [rw] valid_from

The starting date-time from which the certificate is valid.

Example: `2019-07-31T17:57:09Z`
@return [Time]

@!attribute [rw] valid_till

The date-time after which the certificate is no longer valid.

Example: `2024-07-31T17:57:09Z`
@return [Time]

@!attribute [rw] certificate_arn

The Amazon Resource Name (ARN) for the certificate.

Example: `arn:aws:rds:us-east-1::cert:rds-ca-2019`
@return [String]

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

Constants

SENSITIVE