Class: Aws::WorkSpacesWeb::Types::Certificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::Certificate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
The body of the certificate.
-
#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
#body ⇒ String
The body of the certificate.
346 347 348 349 350 351 352 353 354 355 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 346 class Certificate < Struct.new( :body, :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |
#issuer ⇒ String
The entity that issued the certificate.
346 347 348 349 350 351 352 353 354 355 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 346 class Certificate < Struct.new( :body, :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.
346 347 348 349 350 351 352 353 354 355 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 346 class Certificate < Struct.new( :body, :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.
346 347 348 349 350 351 352 353 354 355 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 346 class Certificate < Struct.new( :body, :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |
#subject ⇒ String
The entity the certificate belongs to.
346 347 348 349 350 351 352 353 354 355 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 346 class Certificate < Struct.new( :body, :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |
#thumbprint ⇒ String
A hexadecimal identifier for the certificate.
346 347 348 349 350 351 352 353 354 355 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 346 class Certificate < Struct.new( :body, :issuer, :not_valid_after, :not_valid_before, :subject, :thumbprint) SENSITIVE = [] include Aws::Structure end |