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.



2418
2419
2420
# File 'sig/types.rbs', line 2418

def 
  @account_recovery_setting
end

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

Returns:

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


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.

Returns:

  • ("ACTIVE", "INACTIVE")


2402
2403
2404
# File 'sig/types.rbs', line 2402

def deletion_protection
  @deletion_protection
end

#device_configurationTypes::DeviceConfigurationType

Returns the value of attribute device_configuration.



2412
2413
2414
# File 'sig/types.rbs', line 2412

def device_configuration
  @device_configuration
end

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

Returns:

  • (::String)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def email_verification_message
  @email_verification_message
end

#email_verification_subject::String

Returns the value of attribute email_verification_subject.

Returns:

  • (::String)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def email_verification_subject
  @email_verification_subject
end

#issuer_configurationTypes::IssuerConfigurationType

Returns the value of attribute issuer_configuration.



2422
2423
2424
# File 'sig/types.rbs', line 2422

def issuer_configuration
  @issuer_configuration
end

#key_configurationTypes::KeyConfigurationType

Returns the value of attribute key_configuration.



2421
2422
2423
# File 'sig/types.rbs', line 2421

def key_configuration
  @key_configuration
end

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

Returns:

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


2411
2412
2413
# File 'sig/types.rbs', line 2411

def mfa_configuration
  @mfa_configuration
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def sms_authentication_message
  @sms_authentication_message
end

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

Returns:

  • (::String)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def sms_verification_message
  @sms_verification_message
end

#user_attribute_update_settingsTypes::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_onsTypes::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.

Returns:

  • (::String)


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.

Returns:

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


2415
2416
2417
# File 'sig/types.rbs', line 2415

def user_pool_tags
  @user_pool_tags
end

#user_pool_tier"LITE", ...

Returns the value of attribute user_pool_tier.

Returns:

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


2420
2421
2422
# File 'sig/types.rbs', line 2420

def user_pool_tier
  @user_pool_tier
end

#verification_message_templateTypes::VerificationMessageTemplateType

Returns the value of attribute verification_message_template.



2408
2409
2410
# File 'sig/types.rbs', line 2408

def verification_message_template
  @verification_message_template
end