Class: Aws::Types::CustomAccountPoolHandler
- Inherits:
-
Object
- Object
- Aws::Types::CustomAccountPoolHandler
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda_execution_role_arn ⇒ ::String
Returns the value of attribute lambda_execution_role_arn.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
Instance Attribute Details
#lambda_execution_role_arn ⇒ ::String
Returns the value of attribute lambda_execution_role_arn.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def lambda_execution_role_arn @lambda_execution_role_arn end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def lambda_function_arn @lambda_function_arn end |