Class: Aws::Types::LambdaFunctionInfo
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#function_alias ⇒ ::String
Returns the value of attribute function_alias.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#target_version ⇒ ::String
Returns the value of attribute target_version.
-
#target_version_weight ⇒ ::Float
Returns the value of attribute target_version_weight.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
883 884 885 |
# File 'sig/types.rbs', line 883 def current_version @current_version end |
#function_alias ⇒ ::String
Returns the value of attribute function_alias.
882 883 884 |
# File 'sig/types.rbs', line 882 def function_alias @function_alias end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
881 882 883 |
# File 'sig/types.rbs', line 881 def function_name @function_name end |
#target_version ⇒ ::String
Returns the value of attribute target_version.
884 885 886 |
# File 'sig/types.rbs', line 884 def target_version @target_version end |
#target_version_weight ⇒ ::Float
Returns the value of attribute target_version_weight.
885 886 887 |
# File 'sig/types.rbs', line 885 def target_version_weight @target_version_weight end |