Class: Aws::WorkSpacesWeb::Types::TrustStoreSummary

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

Overview

The summary of the trust store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trust_store_arnString

The ARN of the trust store.

Returns:

  • (String)


2498
2499
2500
2501
2502
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2498

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