Class: Aws::Types::UserSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:cookie_synchronization_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_context::Hash[::String, ::String]

Returns the value of attribute additional_encryption_context.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Array[::String])


1307
1308
1309
# File 'sig/types.rbs', line 1307

def associated_portal_arns
  @associated_portal_arns
end

#branding_configurationTypes::BrandingConfiguration

Returns the value of attribute branding_configuration.



1320
1321
1322
# File 'sig/types.rbs', line 1320

def branding_configuration
  @branding_configuration
end

Returns the value of attribute cookie_synchronization_configuration.



1315
1316
1317
# File 'sig/types.rbs', line 1315

def cookie_synchronization_configuration
  @cookie_synchronization_configuration
end

#copy_allowed"Disabled", "Enabled"

Returns the value of attribute copy_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def customer_managed_key
  @customer_managed_key
end

Returns the value of attribute deep_link_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


1309
1310
1311
# File 'sig/types.rbs', line 1309

def paste_allowed
  @paste_allowed
end

Returns the value of attribute print_allowed.

Returns:

  • ("Disabled", "Enabled")


1312
1313
1314
# File 'sig/types.rbs', line 1312

def print_allowed
  @print_allowed
end

#toolbar_configurationTypes::ToolbarConfiguration

Returns the value of attribute toolbar_configuration.



1319
1320
1321
# File 'sig/types.rbs', line 1319

def toolbar_configuration
  @toolbar_configuration
end

#upload_allowed"Disabled", "Enabled"

Returns the value of attribute upload_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def 
  @user_settings_arn
end

#web_authn_allowed"Disabled", "Enabled"

Returns the value of attribute web_authn_allowed.

Returns:

  • ("Disabled", "Enabled")


1321
1322
1323
# File 'sig/types.rbs', line 1321

def web_authn_allowed
  @web_authn_allowed
end