Class: Aws::Types::LambdaConfigType
- Inherits:
-
Object
- Object
- Aws::Types::LambdaConfigType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_auth_challenge ⇒ ::String
Returns the value of attribute create_auth_challenge.
-
#custom_email_sender ⇒ Types::CustomEmailLambdaVersionConfigType
Returns the value of attribute custom_email_sender.
-
#custom_message ⇒ ::String
Returns the value of attribute custom_message.
-
#custom_sms_sender ⇒ Types::CustomSMSLambdaVersionConfigType
Returns the value of attribute custom_sms_sender.
-
#define_auth_challenge ⇒ ::String
Returns the value of attribute define_auth_challenge.
-
#inbound_federation ⇒ Types::InboundFederationLambdaType
Returns the value of attribute inbound_federation.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#post_authentication ⇒ ::String
Returns the value of attribute post_authentication.
-
#post_confirmation ⇒ ::String
Returns the value of attribute post_confirmation.
-
#pre_authentication ⇒ ::String
Returns the value of attribute pre_authentication.
-
#pre_sign_up ⇒ ::String
Returns the value of attribute pre_sign_up.
-
#pre_token_generation ⇒ ::String
Returns the value of attribute pre_token_generation.
-
#pre_token_generation_config ⇒ Types::PreTokenGenerationVersionConfigType
Returns the value of attribute pre_token_generation_config.
-
#user_migration ⇒ ::String
Returns the value of attribute user_migration.
-
#verify_auth_challenge_response ⇒ ::String
Returns the value of attribute verify_auth_challenge_response.
Instance Attribute Details
#create_auth_challenge ⇒ ::String
Returns the value of attribute create_auth_challenge.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def create_auth_challenge @create_auth_challenge end |
#custom_email_sender ⇒ Types::CustomEmailLambdaVersionConfigType
Returns the value of attribute custom_email_sender.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def custom_email_sender @custom_email_sender end |
#custom_message ⇒ ::String
Returns the value of attribute custom_message.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def end |
#custom_sms_sender ⇒ Types::CustomSMSLambdaVersionConfigType
Returns the value of attribute custom_sms_sender.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def custom_sms_sender @custom_sms_sender end |
#define_auth_challenge ⇒ ::String
Returns the value of attribute define_auth_challenge.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def define_auth_challenge @define_auth_challenge end |
#inbound_federation ⇒ Types::InboundFederationLambdaType
Returns the value of attribute inbound_federation.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def inbound_federation @inbound_federation end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def kms_key_id @kms_key_id end |
#post_authentication ⇒ ::String
Returns the value of attribute post_authentication.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def post_authentication @post_authentication end |
#post_confirmation ⇒ ::String
Returns the value of attribute post_confirmation.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def post_confirmation @post_confirmation end |
#pre_authentication ⇒ ::String
Returns the value of attribute pre_authentication.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def pre_authentication @pre_authentication end |
#pre_sign_up ⇒ ::String
Returns the value of attribute pre_sign_up.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def pre_sign_up @pre_sign_up end |
#pre_token_generation ⇒ ::String
Returns the value of attribute pre_token_generation.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def pre_token_generation @pre_token_generation end |
#pre_token_generation_config ⇒ Types::PreTokenGenerationVersionConfigType
Returns the value of attribute pre_token_generation_config.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def pre_token_generation_config @pre_token_generation_config end |
#user_migration ⇒ ::String
Returns the value of attribute user_migration.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def user_migration @user_migration end |
#verify_auth_challenge_response ⇒ ::String
Returns the value of attribute verify_auth_challenge_response.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def verify_auth_challenge_response @verify_auth_challenge_response end |