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

Class: Aws::RDS::Types::Certificate

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

Overview

A CA certificate for an AWS account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn ⇒ String

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) for the certificate.

#certificate_identifier ⇒ String

The unique key that identifies a certificate.

Returns:

  • (String) —

    The unique key that identifies a certificate.

#certificate_type ⇒ String

The type of the certificate.

Returns:

  • (String) —

    The type of the certificate.

#customer_override ⇒ Boolean

Whether there is an override for the default certificate identifier.

Returns:

  • (Boolean) —

    Whether there is an override for the default certificate identifier.

#customer_override_valid_till ⇒ Time

If there is an override for the default certificate identifier, when the override expires.

Returns:

  • (Time) —

    If there is an override for the default certificate identifier, when the override expires.

#thumbprint ⇒ String

The thumbprint of the certificate.

Returns:

  • (String) —

    The thumbprint of the certificate.

#valid_from ⇒ Time

The starting date from which the certificate is valid.

Returns:

  • (Time) —

    The starting date from which the certificate is valid.

#valid_till ⇒ Time

The final date that the certificate continues to be valid.

Returns:

  • (Time) —

    The final date that the certificate continues to be valid.