Class: Aws::Types::CreateFunctionDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFunctionDefinitionVersionRequest
- 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.
-
#default_config ⇒ Types::FunctionDefaultConfig
Returns the value of attribute default_config.
-
#function_definition_id ⇒ ::String
Returns the value of attribute function_definition_id.
-
#functions ⇒ ::Array[Types::Function]
Returns the value of attribute functions.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
234 235 236 |
# File 'sig/types.rbs', line 234 def amzn_client_token @amzn_client_token end |
#default_config ⇒ Types::FunctionDefaultConfig
Returns the value of attribute default_config.
235 236 237 |
# File 'sig/types.rbs', line 235 def default_config @default_config end |
#function_definition_id ⇒ ::String
Returns the value of attribute function_definition_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def function_definition_id @function_definition_id end |
#functions ⇒ ::Array[Types::Function]
Returns the value of attribute functions.
237 238 239 |
# File 'sig/types.rbs', line 237 def functions @functions end |