Class: Aws::Types::CreateFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_code ⇒ ::String
Returns the value of attribute function_code.
-
#function_config ⇒ Types::FunctionConfig
Returns the value of attribute function_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
Instance Attribute Details
#function_code ⇒ ::String
Returns the value of attribute function_code.
632 633 634 |
# File 'sig/types.rbs', line 632 def function_code @function_code end |
#function_config ⇒ Types::FunctionConfig
Returns the value of attribute function_config.
631 632 633 |
# File 'sig/types.rbs', line 631 def function_config @function_config end |
#name ⇒ ::String
Returns the value of attribute name.
630 631 632 |
# File 'sig/types.rbs', line 630 def name @name end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
633 634 635 |
# File 'sig/types.rbs', line 633 def end |