Class: Aws::Types::CreateUserSettingsRequest

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])


343
344
345
# File 'sig/types.rbs', line 343

def additional_encryption_context
  @additional_encryption_context
end

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

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def client_token
  @client_token
end

Returns the value of attribute cookie_synchronization_configuration.



341
342
343
# File 'sig/types.rbs', line 341

def cookie_synchronization_configuration
  @cookie_synchronization_configuration
end

#copy_allowed"Disabled", "Enabled"

Returns the value of attribute copy_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def customer_managed_key
  @customer_managed_key
end

Returns the value of attribute deep_link_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("Disabled", "Enabled")


333
334
335
# File 'sig/types.rbs', line 333

def paste_allowed
  @paste_allowed
end

Returns the value of attribute print_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def tags
  @tags
end

#toolbar_configurationTypes::ToolbarConfiguration

Returns the value of attribute toolbar_configuration.



345
346
347
# File 'sig/types.rbs', line 345

def toolbar_configuration
  @toolbar_configuration
end

#upload_allowed"Disabled", "Enabled"

Returns the value of attribute upload_allowed.

Returns:

  • ("Disabled", "Enabled")


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.

Returns:

  • ("Disabled", "Enabled")


347
348
349
# File 'sig/types.rbs', line 347

def web_authn_allowed
  @web_authn_allowed
end