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)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 387

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)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 387

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)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 387

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)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 387

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)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 387

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)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 387

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