Class: Aws::WorkSpacesWeb::Types::GetBrowserSettingsRequest

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.



1865
1866
1867
1868
1869
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1865

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