Class: Aws::WorkSpacesWeb::Types::CertificateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CertificateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The summary of the certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issuer ⇒ String
The entity that issued the certificate.
-
#not_valid_after ⇒ Time
The certificate is not valid after this date.
-
#not_valid_before ⇒ Time
The certificate is not valid before this date.
-
#subject ⇒ String
The entity the certificate belongs to.
-
#thumbprint ⇒ String
A hexadecimal identifier for the certificate.
Instance Attribute Details
#issuer ⇒ String
The entity that issued the certificate.
381 382 383 384 385 386 387 388 389 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 381 class CertificateSummary < Struct.new( :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |
#not_valid_after ⇒ Time
The certificate is not valid after this date.
381 382 383 384 385 386 387 388 389 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 381 class CertificateSummary < Struct.new( :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |
#not_valid_before ⇒ Time
The certificate is not valid before this date.
381 382 383 384 385 386 387 388 389 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 381 class CertificateSummary < Struct.new( :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |
#subject ⇒ String
The entity the certificate belongs to.
381 382 383 384 385 386 387 388 389 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 381 class CertificateSummary < Struct.new( :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |
#thumbprint ⇒ String
A hexadecimal identifier for the certificate.
381 382 383 384 385 386 387 388 389 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 381 class CertificateSummary < Struct.new( :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |