Class: Aws::Types::CreateUserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserSettingsRequest
- 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.
-
#branding_configuration_input ⇒ Types::BrandingConfigurationCreateInput
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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#toolbar_configuration ⇒ Types::ToolbarConfiguration
Returns the value of attribute toolbar_configuration.
-
#upload_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute upload_allowed.
-
#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.
343 344 345 |
# File 'sig/types.rbs', line 343 def additional_encryption_context @additional_encryption_context end |
#branding_configuration_input ⇒ Types::BrandingConfigurationCreateInput
Returns the value of attribute branding_configuration_input.
346 347 348 |
# File 'sig/types.rbs', line 346 def branding_configuration_input @branding_configuration_input end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
340 341 342 |
# File 'sig/types.rbs', line 340 def client_token @client_token end |
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
Returns the value of attribute cookie_synchronization_configuration.
341 342 343 |
# File 'sig/types.rbs', line 341 def end |
#copy_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute copy_allowed.
332 333 334 |
# File 'sig/types.rbs', line 332 def copy_allowed @copy_allowed end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
342 343 344 |
# File 'sig/types.rbs', line 342 def customer_managed_key @customer_managed_key end |
#deep_link_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute deep_link_allowed.
344 345 346 |
# File 'sig/types.rbs', line 344 def deep_link_allowed @deep_link_allowed end |
#disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_minutes.
338 339 340 |
# File 'sig/types.rbs', line 338 def disconnect_timeout_in_minutes @disconnect_timeout_in_minutes end |
#download_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute download_allowed.
334 335 336 |
# File 'sig/types.rbs', line 334 def download_allowed @download_allowed end |
#idle_disconnect_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_minutes.
339 340 341 |
# File 'sig/types.rbs', line 339 def idle_disconnect_timeout_in_minutes @idle_disconnect_timeout_in_minutes end |
#paste_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute paste_allowed.
333 334 335 |
# File 'sig/types.rbs', line 333 def paste_allowed @paste_allowed end |
#print_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute print_allowed.
336 337 338 |
# File 'sig/types.rbs', line 336 def print_allowed @print_allowed end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
337 338 339 |
# File 'sig/types.rbs', line 337 def end |
#toolbar_configuration ⇒ Types::ToolbarConfiguration
Returns the value of attribute toolbar_configuration.
345 346 347 |
# File 'sig/types.rbs', line 345 def end |
#upload_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute upload_allowed.
335 336 337 |
# File 'sig/types.rbs', line 335 def upload_allowed @upload_allowed end |
#web_authn_allowed ⇒ "Disabled", "Enabled"
Returns the value of attribute web_authn_allowed.
347 348 349 |
# File 'sig/types.rbs', line 347 def web_authn_allowed @web_authn_allowed end |