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.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def create_auth_challenge @create_auth_challenge end |
#custom_email_sender ⇒ Types::CustomEmailLambdaVersionConfigType
Returns the value of attribute custom_email_sender.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def custom_email_sender @custom_email_sender end |
#custom_message ⇒ ::String
Returns the value of attribute custom_message.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def @custom_message end |
#custom_sms_sender ⇒ Types::CustomSMSLambdaVersionConfigType
Returns the value of attribute custom_sms_sender.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def custom_sms_sender @custom_sms_sender end |
#define_auth_challenge ⇒ ::String
Returns the value of attribute define_auth_challenge.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def define_auth_challenge @define_auth_challenge end |
#inbound_federation ⇒ Types::InboundFederationLambdaType
Returns the value of attribute inbound_federation.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def inbound_federation @inbound_federation end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def kms_key_id @kms_key_id end |
#post_authentication ⇒ ::String
Returns the value of attribute post_authentication.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def post_authentication @post_authentication end |
#post_confirmation ⇒ ::String
Returns the value of attribute post_confirmation.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def post_confirmation @post_confirmation end |
#pre_authentication ⇒ ::String
Returns the value of attribute pre_authentication.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def pre_authentication @pre_authentication end |
#pre_sign_up ⇒ ::String
Returns the value of attribute pre_sign_up.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def pre_sign_up @pre_sign_up end |
#pre_token_generation ⇒ ::String
Returns the value of attribute pre_token_generation.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def pre_token_generation @pre_token_generation end |
#pre_token_generation_config ⇒ Types::PreTokenGenerationVersionConfigType
Returns the value of attribute pre_token_generation_config.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def pre_token_generation_config @pre_token_generation_config end |
#user_migration ⇒ ::String
Returns the value of attribute user_migration.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def user_migration @user_migration end |
#verify_auth_challenge_response ⇒ ::String
Returns the value of attribute verify_auth_challenge_response.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def verify_auth_challenge_response @verify_auth_challenge_response end |