Class: Aws::Types::UserSettingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::UserSettingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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 ⇒ Types::BrandingConfiguration
Returns the value of attribute branding_configuration.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def branding_configuration @branding_configuration end |
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
Returns the value of attribute cookie_synchronization_configuration.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def @cookie_synchronization_configuration end |
#copy_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute copy_allowed.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def copy_allowed @copy_allowed end |
#deep_link_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute deep_link_allowed.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def deep_link_allowed @deep_link_allowed end |
#disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_minutes.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def disconnect_timeout_in_minutes @disconnect_timeout_in_minutes end |
#download_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute download_allowed.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def download_allowed @download_allowed end |
#idle_disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_minutes.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def idle_disconnect_timeout_in_minutes @idle_disconnect_timeout_in_minutes end |
#paste_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute paste_allowed.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def paste_allowed @paste_allowed end |
#print_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute print_allowed.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def print_allowed @print_allowed end |
#toolbar_configuration ⇒ Types::ToolbarConfiguration
Returns the value of attribute toolbar_configuration.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def @toolbar_configuration end |
#upload_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute upload_allowed.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def upload_allowed @upload_allowed end |
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def user_settings_arn @user_settings_arn end |
#web_authn_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute web_authn_allowed.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def web_authn_allowed @web_authn_allowed end |