Class: Aws::WorkSpacesWeb::Types::Certificate

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

Overview

The certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The body of the certificate.

Returns:

  • (String)


380
381
382
383
384
385
386
387
388
389
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 380

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

#issuerString

The entity that issued the certificate.

Returns:

  • (String)


380
381
382
383
384
385
386
387
388
389
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 380

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

#not_valid_afterTime

The certificate is not valid after this date.

Returns:

  • (Time)


380
381
382
383
384
385
386
387
388
389
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 380

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

#not_valid_beforeTime

The certificate is not valid before this date.

Returns:

  • (Time)


380
381
382
383
384
385
386
387
388
389
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 380

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

#subjectString

The entity the certificate belongs to.

Returns:

  • (String)


380
381
382
383
384
385
386
387
388
389
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 380

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

#thumbprintString

A hexadecimal identifier for the certificate.

Returns:

  • (String)


380
381
382
383
384
385
386
387
388
389
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 380

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