Class: Aws::WorkSpacesWeb::Types::UpdateBrowserSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:browser_policy]

Instance Attribute Summary collapse

Instance Attribute Details

#browser_policyString

A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

Returns:

  • (String)


2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2624

class UpdateBrowserSettingsRequest < Struct.new(
  :browser_policy,
  :browser_settings_arn,
  :client_token)
  SENSITIVE = [:browser_policy]
  include Aws::Structure
end

#browser_settings_arnString

The ARN of the browser settings.

Returns:

  • (String)


2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2624

class UpdateBrowserSettingsRequest < Struct.new(
  :browser_policy,
  :browser_settings_arn,
  :client_token)
  SENSITIVE = [:browser_policy]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2624

class UpdateBrowserSettingsRequest < Struct.new(
  :browser_policy,
  :browser_settings_arn,
  :client_token)
  SENSITIVE = [:browser_policy]
  include Aws::Structure
end