Class: Aws::WorkSpacesWeb::Types::DisassociateUserSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


1797
1798
1799
1800
1801
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1797

class DisassociateUserSettingsRequest < Struct.new(
  :portal_arn)
  SENSITIVE = []
  include Aws::Structure
end