Class: Aws::Types::UpdateUserPoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_recovery_settingTypes::AccountRecoverySettingType

Returns the value of attribute account_recovery_setting.



2386
2387
2388
# File 'sig/types.rbs', line 2386

def 
  @account_recovery_setting
end

#admin_create_user_configTypes::AdminCreateUserConfigType

Returns the value of attribute admin_create_user_config.



2384
2385
2386
# File 'sig/types.rbs', line 2384

def admin_create_user_config
  @admin_create_user_config
end

#auto_verified_attributes::Array[("phone_number" | "email")]

Returns the value of attribute auto_verified_attributes.

Returns:

  • (::Array[("phone_number" | "email")])


2372
2373
2374
# File 'sig/types.rbs', line 2372

def auto_verified_attributes
  @auto_verified_attributes
end

#deletion_protection"ACTIVE", "INACTIVE"

Returns the value of attribute deletion_protection.

Returns:

  • ("ACTIVE", "INACTIVE")


2370
2371
2372
# File 'sig/types.rbs', line 2370

def deletion_protection
  @deletion_protection
end

#device_configurationTypes::DeviceConfigurationType

Returns the value of attribute device_configuration.



2380
2381
2382
# File 'sig/types.rbs', line 2380

def device_configuration
  @device_configuration
end

#email_configurationTypes::EmailConfigurationType

Returns the value of attribute email_configuration.



2381
2382
2383
# File 'sig/types.rbs', line 2381

def email_configuration
  @email_configuration
end

#email_verification_message::String

Returns the value of attribute email_verification_message.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def email_verification_message
  @email_verification_message
end

#email_verification_subject::String

Returns the value of attribute email_verification_subject.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def email_verification_subject
  @email_verification_subject
end

#issuer_configurationTypes::IssuerConfigurationType

Returns the value of attribute issuer_configuration.



2390
2391
2392
# File 'sig/types.rbs', line 2390

def issuer_configuration
  @issuer_configuration
end

#key_configurationTypes::KeyConfigurationType

Returns the value of attribute key_configuration.



2389
2390
2391
# File 'sig/types.rbs', line 2389

def key_configuration
  @key_configuration
end

#lambda_configTypes::LambdaConfigType

Returns the value of attribute lambda_config.



2371
2372
2373
# File 'sig/types.rbs', line 2371

def lambda_config
  @lambda_config
end

#mfa_configuration"OFF", ...

Returns the value of attribute mfa_configuration.

Returns:

  • ("OFF", "ON", "OPTIONAL")


2379
2380
2381
# File 'sig/types.rbs', line 2379

def mfa_configuration
  @mfa_configuration
end

#policiesTypes::UserPoolPolicyType

Returns the value of attribute policies.



2369
2370
2371
# File 'sig/types.rbs', line 2369

def policies
  @policies
end

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def pool_name
  @pool_name
end

#sms_authentication_message::String

Returns the value of attribute sms_authentication_message.

Returns:

  • (::String)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def sms_authentication_message
  @sms_authentication_message
end

#sms_configurationTypes::SmsConfigurationType

Returns the value of attribute sms_configuration.



2382
2383
2384
# File 'sig/types.rbs', line 2382

def sms_configuration
  @sms_configuration
end

#sms_verification_message::String

Returns the value of attribute sms_verification_message.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def sms_verification_message
  @sms_verification_message
end

#user_attribute_update_settingsTypes::UserAttributeUpdateSettingsType

Returns the value of attribute user_attribute_update_settings.



2378
2379
2380
# File 'sig/types.rbs', line 2378

def user_attribute_update_settings
  @user_attribute_update_settings
end

#user_pool_add_onsTypes::UserPoolAddOnsType

Returns the value of attribute user_pool_add_ons.



2385
2386
2387
# File 'sig/types.rbs', line 2385

def user_pool_add_ons
  @user_pool_add_ons
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def user_pool_id
  @user_pool_id
end

#user_pool_tags::Hash[::String, ::String]

Returns the value of attribute user_pool_tags.

Returns:

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


2383
2384
2385
# File 'sig/types.rbs', line 2383

def user_pool_tags
  @user_pool_tags
end

#user_pool_tier"LITE", ...

Returns the value of attribute user_pool_tier.

Returns:

  • ("LITE", "ESSENTIALS", "PLUS")


2388
2389
2390
# File 'sig/types.rbs', line 2388

def user_pool_tier
  @user_pool_tier
end

#verification_message_templateTypes::VerificationMessageTemplateType

Returns the value of attribute verification_message_template.



2376
2377
2378
# File 'sig/types.rbs', line 2376

def verification_message_template
  @verification_message_template
end