Class: Aws::WorkSpacesWeb::Types::GetTrustStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetTrustStoreResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_store ⇒ Types::TrustStore
The trust store.
Instance Attribute Details
#trust_store ⇒ Types::TrustStore
The trust store.
1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1772 class GetTrustStoreResponse < Struct.new( :trust_store) SENSITIVE = [] include Aws::Structure end |