Class: Aws::WorkSpacesWeb::Types::BrowserSettingsSummary

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

Overview

The summary for browser settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#browser_settings_arnString

The ARN of the browser settings.

Returns:

  • (String)


278
279
280
281
282
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 278

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