Class: Aws::Types::UserSettings
- Inherits:
-
Object
- Object
- Aws::Types::UserSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
-
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
-
#branding_configuration ⇒ Types::BrandingConfiguration
Returns the value of attribute branding_configuration.
-
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
Returns the value of attribute cookie_synchronization_configuration.
-
#copy_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute copy_allowed.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#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
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def additional_encryption_context @additional_encryption_context end |
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def associated_portal_arns @associated_portal_arns end |
#branding_configuration ⇒ Types::BrandingConfiguration
Returns the value of attribute branding_configuration.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def branding_configuration @branding_configuration end |
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
Returns the value of attribute cookie_synchronization_configuration.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def @cookie_synchronization_configuration end |
#copy_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute copy_allowed.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def copy_allowed @copy_allowed end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def customer_managed_key @customer_managed_key end |
#deep_link_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute deep_link_allowed.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def deep_link_allowed @deep_link_allowed end |
#disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_minutes.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def disconnect_timeout_in_minutes @disconnect_timeout_in_minutes end |
#download_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute download_allowed.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def download_allowed @download_allowed end |
#idle_disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_minutes.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def idle_disconnect_timeout_in_minutes @idle_disconnect_timeout_in_minutes end |
#paste_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute paste_allowed.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def paste_allowed @paste_allowed end |
#print_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute print_allowed.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def print_allowed @print_allowed end |
#toolbar_configuration ⇒ Types::ToolbarConfiguration
Returns the value of attribute toolbar_configuration.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def @toolbar_configuration end |
#upload_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute upload_allowed.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def upload_allowed @upload_allowed end |
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def user_settings_arn @user_settings_arn end |
#web_authn_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute web_authn_allowed.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def web_authn_allowed @web_authn_allowed end |