Class: Aws::Types::UserPoolType
- Inherits:
-
Object
- Object
- Aws::Types::UserPoolType
- 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.
-
#alias_attributes ⇒ ::Array[("phone_number" | "email" | "preferred_username")]
Returns the value of attribute alias_attributes.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_verified_attributes ⇒ ::Array[("phone_number" | "email")]
Returns the value of attribute auto_verified_attributes.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#custom_domain ⇒ ::String
Returns the value of attribute custom_domain.
-
#deletion_protection ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute deletion_protection.
-
#device_configuration ⇒ Types::DeviceConfigurationType
Returns the value of attribute device_configuration.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#email_configuration ⇒ Types::EmailConfigurationType
Returns the value of attribute email_configuration.
-
#email_configuration_failure ⇒ ::String
Returns the value of attribute email_configuration_failure.
-
#email_verification_message ⇒ ::String
Returns the value of attribute email_verification_message.
-
#email_verification_subject ⇒ ::String
Returns the value of attribute email_verification_subject.
-
#estimated_number_of_users ⇒ ::Integer
Returns the value of attribute estimated_number_of_users.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#mfa_configuration ⇒ "OFF", ...
Returns the value of attribute mfa_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policies ⇒ Types::UserPoolPolicyType
Returns the value of attribute policies.
-
#schema_attributes ⇒ ::Array[Types::SchemaAttributeType]
Returns the value of attribute schema_attributes.
-
#sms_authentication_message ⇒ ::String
Returns the value of attribute sms_authentication_message.
-
#sms_configuration ⇒ Types::SmsConfigurationType
Returns the value of attribute sms_configuration.
-
#sms_configuration_failure ⇒ ::String
Returns the value of attribute sms_configuration_failure.
-
#sms_verification_message ⇒ ::String
Returns the value of attribute sms_verification_message.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
-
#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_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_pool_tags.
-
#user_pool_tier ⇒ "LITE", ...
Returns the value of attribute user_pool_tier.
-
#username_attributes ⇒ ::Array[("phone_number" | "email")]
Returns the value of attribute username_attributes.
-
#username_configuration ⇒ Types::UsernameConfigurationType
Returns the value of attribute username_configuration.
-
#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.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def account_recovery_setting @account_recovery_setting end |
#admin_create_user_config ⇒ Types::AdminCreateUserConfigType
Returns the value of attribute admin_create_user_config.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def admin_create_user_config @admin_create_user_config end |
#alias_attributes ⇒ ::Array[("phone_number" | "email" | "preferred_username")]
Returns the value of attribute alias_attributes.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def alias_attributes @alias_attributes end |
#arn ⇒ ::String
Returns the value of attribute arn.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def arn @arn end |
#auto_verified_attributes ⇒ ::Array[("phone_number" | "email")]
Returns the value of attribute auto_verified_attributes.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def auto_verified_attributes @auto_verified_attributes end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def creation_date @creation_date end |
#custom_domain ⇒ ::String
Returns the value of attribute custom_domain.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def custom_domain @custom_domain end |
#deletion_protection ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute deletion_protection.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def deletion_protection @deletion_protection end |
#device_configuration ⇒ Types::DeviceConfigurationType
Returns the value of attribute device_configuration.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def device_configuration @device_configuration end |
#domain ⇒ ::String
Returns the value of attribute domain.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def domain @domain end |
#email_configuration ⇒ Types::EmailConfigurationType
Returns the value of attribute email_configuration.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def email_configuration @email_configuration end |
#email_configuration_failure ⇒ ::String
Returns the value of attribute email_configuration_failure.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def email_configuration_failure @email_configuration_failure end |
#email_verification_message ⇒ ::String
Returns the value of attribute email_verification_message.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def end |
#email_verification_subject ⇒ ::String
Returns the value of attribute email_verification_subject.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def email_verification_subject @email_verification_subject end |
#estimated_number_of_users ⇒ ::Integer
Returns the value of attribute estimated_number_of_users.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def estimated_number_of_users @estimated_number_of_users end |
#id ⇒ ::String
Returns the value of attribute id.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def id @id end |
#issuer_configuration ⇒ Types::IssuerConfigurationType
Returns the value of attribute issuer_configuration.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def issuer_configuration @issuer_configuration end |
#key_configuration ⇒ Types::KeyConfigurationType
Returns the value of attribute key_configuration.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def key_configuration @key_configuration end |
#lambda_config ⇒ Types::LambdaConfigType
Returns the value of attribute lambda_config.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def lambda_config @lambda_config end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def last_modified_date @last_modified_date end |
#mfa_configuration ⇒ "OFF", ...
Returns the value of attribute mfa_configuration.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def mfa_configuration @mfa_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def name @name end |
#policies ⇒ Types::UserPoolPolicyType
Returns the value of attribute policies.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def policies @policies end |
#schema_attributes ⇒ ::Array[Types::SchemaAttributeType]
Returns the value of attribute schema_attributes.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def schema_attributes @schema_attributes end |
#sms_authentication_message ⇒ ::String
Returns the value of attribute sms_authentication_message.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def end |
#sms_configuration ⇒ Types::SmsConfigurationType
Returns the value of attribute sms_configuration.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def sms_configuration @sms_configuration end |
#sms_configuration_failure ⇒ ::String
Returns the value of attribute sms_configuration_failure.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def sms_configuration_failure @sms_configuration_failure end |
#sms_verification_message ⇒ ::String
Returns the value of attribute sms_verification_message.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def status @status end |
#user_attribute_update_settings ⇒ Types::UserAttributeUpdateSettingsType
Returns the value of attribute user_attribute_update_settings.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 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.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def user_pool_add_ons @user_pool_add_ons end |
#user_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_pool_tags.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def end |
#user_pool_tier ⇒ "LITE", ...
Returns the value of attribute user_pool_tier.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def user_pool_tier @user_pool_tier end |
#username_attributes ⇒ ::Array[("phone_number" | "email")]
Returns the value of attribute username_attributes.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def username_attributes @username_attributes end |
#username_configuration ⇒ Types::UsernameConfigurationType
Returns the value of attribute username_configuration.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def username_configuration @username_configuration end |
#verification_message_template ⇒ Types::VerificationMessageTemplateType
Returns the value of attribute verification_message_template.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def end |