Class: Aws::WorkSpacesWeb::Types::UserSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UserSettingsSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The summary of user settings.
Constant Summary collapse
- SENSITIVE =
[:cookie_synchronization_configuration]
Instance Attribute Summary collapse
-
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.
-
#copy_allowed ⇒ String
Specifies whether the user can copy text from the streaming session to the local device.
-
#deep_link_allowed ⇒ String
Specifies whether the user can use deep links that open automatically when connecting to a session.
-
#disconnect_timeout_in_minutes ⇒ Integer
The amount of time that a streaming session remains active after users disconnect.
-
#download_allowed ⇒ String
Specifies whether the user can download files from the streaming session to the local device.
-
#idle_disconnect_timeout_in_minutes ⇒ Integer
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
-
#paste_allowed ⇒ String
Specifies whether the user can paste text from the local device to the streaming session.
-
#print_allowed ⇒ String
Specifies whether the user can print to the local device.
-
#upload_allowed ⇒ String
Specifies whether the user can upload files from the local device to the streaming session.
-
#user_settings_arn ⇒ String
The ARN of the user settings.
Instance Attribute Details
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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_allowed ⇒ String
Specifies whether the user can copy text from the streaming session to the local device.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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 |
#deep_link_allowed ⇒ String
Specifies whether the user can use deep links that open automatically when connecting to a session.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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_minutes ⇒ Integer
The amount of time that a streaming session remains active after users disconnect.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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_allowed ⇒ String
Specifies whether the user can download files from the streaming session to the local device.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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_minutes ⇒ Integer
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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_allowed ⇒ String
Specifies whether the user can paste text from the local device to the streaming session.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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 |
#print_allowed ⇒ String
Specifies whether the user can print to the local device.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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_allowed ⇒ String
Specifies whether the user can upload files from the local device to the streaming session.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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_arn ⇒ String
The ARN of the user settings.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3998 class UserSettingsSummary < Struct.new( :cookie_synchronization_configuration, :copy_allowed, :deep_link_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 |