Class: Aws::WorkSpacesWeb::Types::DisassociateUserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DisassociateUserSettingsRequest
- 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.
1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1487 class DisassociateUserSettingsRequest < Struct.new( :portal_arn) SENSITIVE = [] include Aws::Structure end |