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.

Returns:

  • (String)


1693
1694
1695
1696
1697
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1693

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