You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectoryService::Types::Certificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::Certificate
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The identifier of the certificate.
-
#common_name ⇒ String
The common name for the certificate.
-
#expiry_date_time ⇒ Time
The date and time when the certificate will expire.
-
#registered_date_time ⇒ Time
The date and time that the certificate was registered.
-
#state ⇒ String
The state of the certificate.
-
#state_reason ⇒ String
Describes a state change for the certificate.
Instance Attribute Details
#certificate_id ⇒ String
The identifier of the certificate.
#common_name ⇒ String
The common name for the certificate.
#expiry_date_time ⇒ Time
The date and time when the certificate will expire.
#registered_date_time ⇒ Time
The date and time that the certificate was registered.
#state ⇒ String
The state of the certificate.
Possible values:
- Registering
- Registered
- RegisterFailed
- Deregistering
- Deregistered
- DeregisterFailed
#state_reason ⇒ String
Describes a state change for the certificate.