Class: Aws::WorkSpacesWeb::Types::UpdateTrustStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateTrustStoreResponse
- 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.
3180 3181 3182 3183 3184 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3180 class UpdateTrustStoreResponse < Struct.new( :trust_store_arn) SENSITIVE = [] include Aws::Structure end |