Class: Aws::Types::UpdateUserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branding_configuration_input ⇒ Types::BrandingConfigurationUpdateInput
Returns the value of attribute branding_configuration_input.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
Returns the value of attribute cookie_synchronization_configuration.
-
#copy_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute copy_allowed.
-
#deep_link_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute deep_link_allowed.
-
#disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_minutes.
-
#download_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute download_allowed.
-
#idle_disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_minutes.
-
#paste_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute paste_allowed.
-
#print_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute print_allowed.
-
#toolbar_configuration ⇒ Types::ToolbarConfiguration
Returns the value of attribute toolbar_configuration.
-
#upload_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute upload_allowed.
-
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
-
#web_authn_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute web_authn_allowed.
Instance Attribute Details
#branding_configuration_input ⇒ Types::BrandingConfigurationUpdateInput
Returns the value of attribute branding_configuration_input.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def branding_configuration_input @branding_configuration_input end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def client_token @client_token end |
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
Returns the value of attribute cookie_synchronization_configuration.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def end |
#copy_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute copy_allowed.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def copy_allowed @copy_allowed end |
#deep_link_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute deep_link_allowed.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def deep_link_allowed @deep_link_allowed end |
#disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_minutes.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def disconnect_timeout_in_minutes @disconnect_timeout_in_minutes end |
#download_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute download_allowed.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def download_allowed @download_allowed end |
#idle_disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_minutes.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def idle_disconnect_timeout_in_minutes @idle_disconnect_timeout_in_minutes end |
#paste_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute paste_allowed.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def paste_allowed @paste_allowed end |
#print_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute print_allowed.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def print_allowed @print_allowed end |
#toolbar_configuration ⇒ Types::ToolbarConfiguration
Returns the value of attribute toolbar_configuration.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def end |
#upload_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute upload_allowed.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def upload_allowed @upload_allowed end |
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def user_settings_arn @user_settings_arn end |
#web_authn_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute web_authn_allowed.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def web_authn_allowed @web_authn_allowed end |