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_arnString

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the certificate.

#certificate_identifierString

The unique key that identifies a certificate.

Returns:

  • (String)

    The unique key that identifies a certificate.

#certificate_typeString

The type of the certificate.

Returns:

  • (String)

    The type of the certificate.

#customer_overrideBoolean

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_tillTime

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.

#thumbprintString

The thumbprint of the certificate.

Returns:

  • (String)

    The thumbprint of the certificate.

#valid_fromTime

The starting date from which the certificate is valid.

Returns:

  • (Time)

    The starting date from which the certificate is valid.

#valid_tillTime

The final date that the certificate continues to be valid.

Returns:

  • (Time)

    The final date that the certificate continues to be valid.