Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

A certificate authority (CA) certificate for an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

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)

191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 191

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_identifierString

The unique key that identifies a certificate.

Example: rds-ca-2019

Returns:

  • (String)

191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 191

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_typeString

The type of the certificate.

Example: CA

Returns:

  • (String)

191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 191

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#thumbprintString

The thumbprint of the certificate.

Returns:

  • (String)

191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 191

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#valid_fromTime

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

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

Returns:

  • (Time)

191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 191

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#valid_tillTime

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

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

Returns:

  • (Time)

191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 191

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_type,
  :thumbprint,
  :valid_from,
  :valid_till,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end