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)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def create_auth_challenge
  @create_auth_challenge
end

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

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def custom_message
  @custom_message
end

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

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def define_auth_challenge
  @define_auth_challenge
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def 
  @pre_sign_up
end

#pre_token_generation::String

Returns the value of attribute pre_token_generation.

Returns:

  • (::String)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def pre_token_generation
  @pre_token_generation
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def verify_auth_challenge_response
  @verify_auth_challenge_response
end