Class: Aws::Types::UpdateUserSettingsRequest

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

#branding_configuration_inputTypes::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.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def client_token
  @client_token
end

Returns the value of attribute cookie_synchronization_configuration.



1279
1280
1281
# File 'sig/types.rbs', line 1279

def cookie_synchronization_configuration
  @cookie_synchronization_configuration
end

#copy_allowed"Disabled", "Enabled"

Returns the value of attribute copy_allowed.

Returns:

  • ("Disabled", "Enabled")


1271
1272
1273
# File 'sig/types.rbs', line 1271

def copy_allowed
  @copy_allowed
end

Returns the value of attribute deep_link_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


1272
1273
1274
# File 'sig/types.rbs', line 1272

def paste_allowed
  @paste_allowed
end

Returns the value of attribute print_allowed.

Returns:

  • ("Disabled", "Enabled")


1275
1276
1277
# File 'sig/types.rbs', line 1275

def print_allowed
  @print_allowed
end

#toolbar_configurationTypes::ToolbarConfiguration

Returns the value of attribute toolbar_configuration.



1281
1282
1283
# File 'sig/types.rbs', line 1281

def toolbar_configuration
  @toolbar_configuration
end

#upload_allowed"Disabled", "Enabled"

Returns the value of attribute upload_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def 
  @user_settings_arn
end

#web_authn_allowed"Disabled", "Enabled"

Returns the value of attribute web_authn_allowed.

Returns:

  • ("Disabled", "Enabled")


1283
1284
1285
# File 'sig/types.rbs', line 1283

def web_authn_allowed
  @web_authn_allowed
end