Class: Aws::Types::CreateFunctionDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFunctionDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#initial_version ⇒ Types::FunctionDefinitionVersion
Returns the value of attribute initial_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
215 216 217 |
# File 'sig/types.rbs', line 215 def amzn_client_token @amzn_client_token end |
#initial_version ⇒ Types::FunctionDefinitionVersion
Returns the value of attribute initial_version.
216 217 218 |
# File 'sig/types.rbs', line 216 def initial_version @initial_version end |
#name ⇒ ::String
Returns the value of attribute name.
217 218 219 |
# File 'sig/types.rbs', line 217 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
218 219 220 |
# File 'sig/types.rbs', line 218 def @tags end |