Class: Aws::IoT::Types::CertificateValidity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CertificateValidity
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
When the certificate is valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#not_after ⇒ Time
The certificate is not valid after this date.
-
#not_before ⇒ Time
The certificate is not valid before this date.
Instance Attribute Details
#not_after ⇒ Time
The certificate is not valid after this date.
2033 2034 2035 2036 2037 2038 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2033 class CertificateValidity < Struct.new( :not_before, :not_after) SENSITIVE = [] include Aws::Structure end |
#not_before ⇒ Time
The certificate is not valid before this date.
2033 2034 2035 2036 2037 2038 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2033 class CertificateValidity < Struct.new( :not_before, :not_after) SENSITIVE = [] include Aws::Structure end |