Class: Aws::RDS::Types::Certificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::Certificate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
A CA certificate for an AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the certificate.
-
#certificate_identifier ⇒ String
The unique key that identifies a certificate.
-
#certificate_type ⇒ String
The type of the certificate.
-
#customer_override ⇒ Boolean
Whether there is an override for the default certificate identifier.
-
#customer_override_valid_till ⇒ Time
If there is an override for the default certificate identifier, when the override expires.
-
#thumbprint ⇒ String
The thumbprint of the certificate.
-
#valid_from ⇒ Time
The starting date from which the certificate is valid.
-
#valid_till ⇒ Time
The final date that the certificate continues to be valid.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the certificate.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |
#certificate_identifier ⇒ String
The unique key that identifies a certificate.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |
#certificate_type ⇒ String
The type of the certificate.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |
#customer_override ⇒ Boolean
Whether there is an override for the default certificate identifier.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |
#customer_override_valid_till ⇒ Time
If there is an override for the default certificate identifier, when the override expires.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |
#thumbprint ⇒ String
The thumbprint of the certificate.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |
#valid_from ⇒ Time
The starting date from which the certificate is valid.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |
#valid_till ⇒ Time
The final date that the certificate continues to be valid.
652 653 654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-rds/types.rb', line 652 class Certificate < Struct.new( :certificate_identifier, :certificate_type, :thumbprint, :valid_from, :valid_till, :certificate_arn, :customer_override, :customer_override_valid_till) SENSITIVE = [] include Aws::Structure end |