Class: Aws::Types::UserSettingsSummary

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_configurationTypes::BrandingConfiguration

Returns the value of attribute branding_configuration.



1337
1338
1339
# File 'sig/types.rbs', line 1337

def branding_configuration
  @branding_configuration
end

Returns the value of attribute cookie_synchronization_configuration.



1334
1335
1336
# File 'sig/types.rbs', line 1334

def cookie_synchronization_configuration
  @cookie_synchronization_configuration
end

#copy_allowed"Disabled", "Enabled"

Returns the value of attribute copy_allowed.

Returns:

  • ("Disabled", "Enabled")


1327
1328
1329
# File 'sig/types.rbs', line 1327

def copy_allowed
  @copy_allowed
end

Returns the value of attribute deep_link_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


1328
1329
1330
# File 'sig/types.rbs', line 1328

def paste_allowed
  @paste_allowed
end

Returns the value of attribute print_allowed.

Returns:

  • ("Disabled", "Enabled")


1331
1332
1333
# File 'sig/types.rbs', line 1331

def print_allowed
  @print_allowed
end

#toolbar_configurationTypes::ToolbarConfiguration

Returns the value of attribute toolbar_configuration.



1336
1337
1338
# File 'sig/types.rbs', line 1336

def toolbar_configuration
  @toolbar_configuration
end

#upload_allowed"Disabled", "Enabled"

Returns the value of attribute upload_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def 
  @user_settings_arn
end

#web_authn_allowed"Disabled", "Enabled"

Returns the value of attribute web_authn_allowed.

Returns:

  • ("Disabled", "Enabled")


1338
1339
1340
# File 'sig/types.rbs', line 1338

def web_authn_allowed
  @web_authn_allowed
end