Class: Aws::WorkSpacesWeb::Types::GetTrustStoreResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trust_storeTypes::TrustStore

The trust store.

Returns:



1438
1439
1440
1441
1442
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1438

class GetTrustStoreResponse < Struct.new(
  :trust_store)
  SENSITIVE = []
  include Aws::Structure
end