Class: Aws::Types::UpdateUserPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_recovery_setting ⇒ Types::AccountRecoverySettingType
Returns the value of attribute account_recovery_setting.
-
#admin_create_user_config ⇒ Types::AdminCreateUserConfigType
Returns the value of attribute admin_create_user_config.
-
#auto_verified_attributes ⇒ ::Array[("phone_number" | "email")]
Returns the value of attribute auto_verified_attributes.
-
#deletion_protection ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute deletion_protection.
-
#device_configuration ⇒ Types::DeviceConfigurationType
Returns the value of attribute device_configuration.
-
#email_configuration ⇒ Types::EmailConfigurationType
Returns the value of attribute email_configuration.
-
#email_verification_message ⇒ ::String
Returns the value of attribute email_verification_message.
-
#email_verification_subject ⇒ ::String
Returns the value of attribute email_verification_subject.
-
#issuer_configuration ⇒ Types::IssuerConfigurationType
Returns the value of attribute issuer_configuration.
-
#key_configuration ⇒ Types::KeyConfigurationType
Returns the value of attribute key_configuration.
-
#lambda_config ⇒ Types::LambdaConfigType
Returns the value of attribute lambda_config.
-
#mfa_configuration ⇒ "OFF", ...
Returns the value of attribute mfa_configuration.
-
#policies ⇒ Types::UserPoolPolicyType
Returns the value of attribute policies.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#sms_authentication_message ⇒ ::String
Returns the value of attribute sms_authentication_message.
-
#sms_configuration ⇒ Types::SmsConfigurationType
Returns the value of attribute sms_configuration.
-
#sms_verification_message ⇒ ::String
Returns the value of attribute sms_verification_message.
-
#user_attribute_update_settings ⇒ Types::UserAttributeUpdateSettingsType
Returns the value of attribute user_attribute_update_settings.
-
#user_pool_add_ons ⇒ Types::UserPoolAddOnsType
Returns the value of attribute user_pool_add_ons.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#user_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_pool_tags.
-
#user_pool_tier ⇒ "LITE", ...
Returns the value of attribute user_pool_tier.
-
#verification_message_template ⇒ Types::VerificationMessageTemplateType
Returns the value of attribute verification_message_template.
Instance Attribute Details
#account_recovery_setting ⇒ Types::AccountRecoverySettingType
Returns the value of attribute account_recovery_setting.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def account_recovery_setting @account_recovery_setting end |
#admin_create_user_config ⇒ Types::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.
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.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def deletion_protection @deletion_protection end |
#device_configuration ⇒ Types::DeviceConfigurationType
Returns the value of attribute device_configuration.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def device_configuration @device_configuration end |
#email_configuration ⇒ Types::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.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def @email_verification_message end |
#email_verification_subject ⇒ ::String
Returns the value of attribute email_verification_subject.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def email_verification_subject @email_verification_subject end |
#issuer_configuration ⇒ Types::IssuerConfigurationType
Returns the value of attribute issuer_configuration.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def issuer_configuration @issuer_configuration end |
#key_configuration ⇒ Types::KeyConfigurationType
Returns the value of attribute key_configuration.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def key_configuration @key_configuration end |
#lambda_config ⇒ Types::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.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def mfa_configuration @mfa_configuration end |
#policies ⇒ Types::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.
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.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def @sms_authentication_message end |
#sms_configuration ⇒ Types::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.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def @sms_verification_message end |
#user_attribute_update_settings ⇒ Types::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_ons ⇒ Types::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.
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.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def @user_pool_tags end |
#user_pool_tier ⇒ "LITE", ...
Returns the value of attribute user_pool_tier.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def user_pool_tier @user_pool_tier end |
#verification_message_template ⇒ Types::VerificationMessageTemplateType
Returns the value of attribute verification_message_template.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def @verification_message_template end |