Class: Aws::Types::LambdaConfigType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_auth_challenge::String

Returns the value of attribute create_auth_challenge.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def create_auth_challenge
  @create_auth_challenge
end

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

Returns:

  • (::String)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def custom_message
  @custom_message
end

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

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def define_auth_challenge
  @define_auth_challenge
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def 
  
end

#pre_token_generation::String

Returns the value of attribute pre_token_generation.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def pre_token_generation
  @pre_token_generation
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def verify_auth_challenge_response
  @verify_auth_challenge_response
end