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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#not_afterTime

The certificate is not valid after this date.

Returns:

  • (Time)


1933
1934
1935
1936
1937
1938
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1933

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)


1933
1934
1935
1936
1937
1938
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1933

class CertificateValidity < Struct.new(
  :not_before,
  :not_after)
  SENSITIVE = []
  include Aws::Structure
end