Class: Aws::WorkSpacesWeb::Types::UpdateUserSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:cookie_synchronization_configuration]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.

If the allowlist and blocklist are empty, the configuration becomes null.



3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#copy_allowedString

Specifies whether the user can copy text from the streaming session to the local device.

Returns:

  • (String)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#disconnect_timeout_in_minutesInteger

The amount of time that a streaming session remains active after users disconnect.

Returns:

  • (Integer)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#download_allowedString

Specifies whether the user can download files from the streaming session to the local device.

Returns:

  • (String)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#idle_disconnect_timeout_in_minutesInteger

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

Returns:

  • (Integer)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#paste_allowedString

Specifies whether the user can paste text from the local device to the streaming session.

Returns:

  • (String)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

Specifies whether the user can print to the local device.

Returns:

  • (String)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#upload_allowedString

Specifies whether the user can upload files from the local device to the streaming session.

Returns:

  • (String)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#user_settings_arnString

The ARN of the user settings.

Returns:

  • (String)


3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3092

class UpdateUserSettingsRequest < Struct.new(
  :client_token,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end