Class: Aws::WorkSpacesWeb::Types::DeleteTrustStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DeleteTrustStoreRequest
- 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.
1352 1353 1354 1355 1356 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1352 class DeleteTrustStoreRequest < Struct.new( :trust_store_arn) SENSITIVE = [] include Aws::Structure end |