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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

A CA certificate for an AWS account.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
# File 'lib/aws-sdk-rds/types.rb', line 442

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

#certificate_identifierString

The unique key that identifies a certificate.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
# File 'lib/aws-sdk-rds/types.rb', line 442

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

#certificate_typeString

The type of the certificate.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
# File 'lib/aws-sdk-rds/types.rb', line 442

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

#thumbprintString

The thumbprint of the certificate.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
# File 'lib/aws-sdk-rds/types.rb', line 442

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

#valid_fromTime

The starting date from which the certificate is valid.

Returns:

  • (Time)


442
443
444
445
446
447
448
449
450
# File 'lib/aws-sdk-rds/types.rb', line 442

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

#valid_tillTime

The final date that the certificate continues to be valid.

Returns:

  • (Time)


442
443
444
445
446
447
448
449
450
# File 'lib/aws-sdk-rds/types.rb', line 442

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