Class: Aws::IoT::Types::CertificateValidity

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

Overview

When the certificate is valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#not_afterTime

The certificate is not valid after this date.

Returns:

  • (Time)


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_beforeTime

The certificate is not valid before this date.

Returns:

  • (Time)


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