Class: Aws::WorkSpacesWeb::Types::CertificateSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

The summary of the certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#issuerString

The entity that issued the certificate.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 336

class CertificateSummary < Struct.new(
  :issuer,
  :not_valid_after,
  :not_valid_before,
  :subject,
  :thumbprint)
  SENSITIVE = []
  include Aws::Structure
end

#not_valid_afterTime

The certificate is not valid after this date.

Returns:

  • (Time)


336
337
338
339
340
341
342
343
344
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 336

class CertificateSummary < Struct.new(
  :issuer,
  :not_valid_after,
  :not_valid_before,
  :subject,
  :thumbprint)
  SENSITIVE = []
  include Aws::Structure
end

#not_valid_beforeTime

The certificate is not valid before this date.

Returns:

  • (Time)


336
337
338
339
340
341
342
343
344
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 336

class CertificateSummary < Struct.new(
  :issuer,
  :not_valid_after,
  :not_valid_before,
  :subject,
  :thumbprint)
  SENSITIVE = []
  include Aws::Structure
end

#subjectString

The entity the certificate belongs to.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 336

class CertificateSummary < Struct.new(
  :issuer,
  :not_valid_after,
  :not_valid_before,
  :subject,
  :thumbprint)
  SENSITIVE = []
  include Aws::Structure
end

#thumbprintString

A hexadecimal identifier for the certificate.

Returns:

  • (String)


336
337
338
339
340
341
342
343
344
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 336

class CertificateSummary < Struct.new(
  :issuer,
  :not_valid_after,
  :not_valid_before,
  :subject,
  :thumbprint)
  SENSITIVE = []
  include Aws::Structure
end