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.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def account_recovery_setting @account_recovery_setting end |
#admin_create_user_config ⇒ Types::AdminCreateUserConfigType
Returns the value of attribute admin_create_user_config.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 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.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def auto_verified_attributes @auto_verified_attributes end |
#deletion_protection ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute deletion_protection.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def deletion_protection @deletion_protection end |
#device_configuration ⇒ Types::DeviceConfigurationType
Returns the value of attribute device_configuration.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def device_configuration @device_configuration end |
#email_configuration ⇒ Types::EmailConfigurationType
Returns the value of attribute email_configuration.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def email_configuration @email_configuration end |
#email_verification_message ⇒ ::String
Returns the value of attribute email_verification_message.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def @email_verification_message end |
#email_verification_subject ⇒ ::String
Returns the value of attribute email_verification_subject.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def email_verification_subject @email_verification_subject end |
#issuer_configuration ⇒ Types::IssuerConfigurationType
Returns the value of attribute issuer_configuration.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def issuer_configuration @issuer_configuration end |
#key_configuration ⇒ Types::KeyConfigurationType
Returns the value of attribute key_configuration.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def key_configuration @key_configuration end |
#lambda_config ⇒ Types::LambdaConfigType
Returns the value of attribute lambda_config.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def lambda_config @lambda_config end |
#mfa_configuration ⇒ "OFF", ...
Returns the value of attribute mfa_configuration.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def mfa_configuration @mfa_configuration end |
#policies ⇒ Types::UserPoolPolicyType
Returns the value of attribute policies.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def policies @policies end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def pool_name @pool_name end |
#sms_authentication_message ⇒ ::String
Returns the value of attribute sms_authentication_message.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def @sms_authentication_message end |
#sms_configuration ⇒ Types::SmsConfigurationType
Returns the value of attribute sms_configuration.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def sms_configuration @sms_configuration end |
#sms_verification_message ⇒ ::String
Returns the value of attribute sms_verification_message.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def @sms_verification_message end |
#user_attribute_update_settings ⇒ Types::UserAttributeUpdateSettingsType
Returns the value of attribute user_attribute_update_settings.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 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.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def user_pool_add_ons @user_pool_add_ons end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def user_pool_id @user_pool_id end |
#user_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_pool_tags.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def @user_pool_tags end |
#user_pool_tier ⇒ "LITE", ...
Returns the value of attribute user_pool_tier.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def user_pool_tier @user_pool_tier end |
#verification_message_template ⇒ Types::VerificationMessageTemplateType
Returns the value of attribute verification_message_template.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def @verification_message_template end |