Class: Aws::WorkSpacesWeb::Types::DisassociateTrustStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DisassociateTrustStoreRequest
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_arn ⇒ String
The ARN of the web portal.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the web portal.
1206 1207 1208 1209 1210 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1206 class DisassociateTrustStoreRequest < Struct.new( :portal_arn) SENSITIVE = [] include Aws::Structure end |