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)


312
313
314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 312

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

#issuerString

The entity that issued the certificate.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 312

class Certificate < Struct.new(
  :body,
  :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)


312
313
314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 312

class Certificate < Struct.new(
  :body,
  :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)


312
313
314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 312

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

#subjectString

The entity the certificate belongs to.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 312

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

#thumbprintString

A hexadecimal identifier for the certificate.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 312

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