Class: Aws::WorkSpacesWeb::Types::CreateTrustStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateTrustStoreResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_store_arn ⇒ String
The ARN of the trust store.
Instance Attribute Details
#trust_store_arn ⇒ String
The ARN of the trust store.
962 963 964 965 966 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 962 class CreateTrustStoreResponse < Struct.new( :trust_store_arn) SENSITIVE = [] include Aws::Structure end |