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