Class: Aws::WorkSpacesWeb::Types::GetTrustStoreCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetTrustStoreCertificateResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ Types::Certificate
The certificate of the trust store certificate.
-
#trust_store_arn ⇒ String
The ARN of the trust store certificate.
Instance Attribute Details
#certificate ⇒ Types::Certificate
The certificate of the trust store certificate.
1474 1475 1476 1477 1478 1479 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1474 class GetTrustStoreCertificateResponse < Struct.new( :certificate, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The ARN of the trust store certificate.
1474 1475 1476 1477 1478 1479 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1474 class GetTrustStoreCertificateResponse < Struct.new( :certificate, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |