Class: Aws::WorkSpacesWeb::Types::DisassociateBrowserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DisassociateBrowserSettingsRequest
- Includes:
- Structure
- Defined in:
- 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.
1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1391 class DisassociateBrowserSettingsRequest < Struct.new( :portal_arn) SENSITIVE = [] include Aws::Structure end |