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)


1525
1526
1527
1528
1529
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1525

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