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

Class: Aws::DocDB::Types::Certificate

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

Overview

A certificate authority (CA) certificate for an AWS account.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) for the certificate.

Example: arn:aws:rds:us-east-1::cert:rds-ca-2019

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the certificate.

#certificate_identifierString

The unique key that identifies a certificate.

Example: rds-ca-2019

Returns:

  • (String)

    The unique key that identifies a certificate.

#certificate_typeString

The type of the certificate.

Example: CA

Returns:

  • (String)

    The type of the certificate.

#thumbprintString

The thumbprint of the certificate.

Returns:

  • (String)

    The thumbprint of the certificate.

#valid_fromTime

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

Example: 2019-07-31T17:57:09Z

Returns:

  • (Time)

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

#valid_tillTime

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

Example: 2024-07-31T17:57:09Z

Returns:

  • (Time)

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