Class: Aws::IoT::Types::CertificateValidity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CertificateValidity
- Includes:
- Structure
- Defined in:
- 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.
1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-iot/types.rb', line 1956 class CertificateValidity < Struct.new( :not_before, :not_after) SENSITIVE = [] include Aws::Structure end |
#not_before ⇒ Time
The certificate is not valid before this date.
1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-iot/types.rb', line 1956 class CertificateValidity < Struct.new( :not_before, :not_after) SENSITIVE = [] include Aws::Structure end |