Class: Aws::WorkSpacesWeb::Types::DisassociateNetworkSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DisassociateNetworkSettingsRequest
- 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.
1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1448 class DisassociateNetworkSettingsRequest < Struct.new( :portal_arn) SENSITIVE = [] include Aws::Structure end |