Class: Aws::WorkSpacesWeb::Types::DeleteBrowserSettingsRequest

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

#browser_settings_arnString

The ARN of the browser settings.

Returns:

  • (String)


1247
1248
1249
1250
1251
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1247

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