Class: Aws::WorkSpacesWeb::Types::DisassociateBrowserSettingsRequest

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)


1147
1148
1149
1150
1151
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1147

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