Class: Aws::WorkSpacesWeb::Types::GetTrustStoreCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetTrustStoreCertificateRequest
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thumbprint ⇒ String
The thumbprint of the trust store certificate.
-
#trust_store_arn ⇒ String
The ARN of the trust store certificate.
Instance Attribute Details
#thumbprint ⇒ String
The thumbprint of the trust store certificate.
1457 1458 1459 1460 1461 1462 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1457 class GetTrustStoreCertificateRequest < Struct.new( :thumbprint, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The ARN of the trust store certificate.
1457 1458 1459 1460 1461 1462 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1457 class GetTrustStoreCertificateRequest < Struct.new( :thumbprint, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |