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

Class: Aws::RDS::Certificate

Inherits:
Aws::Resources::Resource show all
Defined in:
(unknown)

Instance Attribute Summary collapse

Attributes inherited from Aws::Resources::Resource

#client, #identifiers

Instance Method Summary collapse

Methods inherited from Aws::Resources::Resource

add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until

Methods included from Aws::Resources::OperationMethods

#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations

Constructor Details

#initialize(id, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object

Overloads:

  • #initialize(id, options = {}) ⇒ Object

    Parameters:

    • id (String)

    Options Hash (options):

    • :client (Client)

      When `:client is not given, the options hash is used to construct a new Aws::RDS::Client object.

  • #initialize(options = {}) ⇒ Object

    Options Hash (options):

    • :id (required, String)
    • :client (Client)

      When `:client is not given, the options hash is used to construct a new Aws::RDS::Client object.

Instance Attribute Details

#certificate_arnString (readonly)

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the certificate.

#certificate_identifierString (readonly)

The unique key that identifies a certificate.

Returns:

  • (String)

    The unique key that identifies a certificate.

#certificate_typeString (readonly)

The type of the certificate.

Returns:

  • (String)

    The type of the certificate.

#customer_overrideBoolean (readonly)

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 (readonly)

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.

#idString (readonly)

Returns:

  • (String)

#thumbprintString (readonly)

The thumbprint of the certificate.

Returns:

  • (String)

    The thumbprint of the certificate.

#valid_fromTime (readonly)

The starting date from which the certificate is valid.

Returns:

  • (Time)

    The starting date from which the certificate is valid.

#valid_tillTime (readonly)

The final date that the certificate continues to be valid.

Returns:

  • (Time)

    The final date that the certificate continues to be valid.