Class: Aws::Types::PutFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#concurrent_executor_configuration ⇒ Types::ConcurrentExecutorConfiguration
Returns the value of attribute concurrent_executor_configuration.
-
#custom_output_configuration ⇒ Types::CustomOutputConfiguration
Returns the value of attribute custom_output_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_id ⇒ ::String
Returns the value of attribute function_id.
-
#function_type ⇒ "HTTP_REQUEST", ...
Returns the value of attribute function_type.
-
#http_request_configuration ⇒ Types::HttpRequestConfiguration
Returns the value of attribute http_request_configuration.
-
#sequential_executor_configuration ⇒ Types::SequentialExecutorConfiguration
Returns the value of attribute sequential_executor_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#concurrent_executor_configuration ⇒ Types::ConcurrentExecutorConfiguration
Returns the value of attribute concurrent_executor_configuration.
945 946 947 |
# File 'sig/types.rbs', line 945 def concurrent_executor_configuration @concurrent_executor_configuration end |
#custom_output_configuration ⇒ Types::CustomOutputConfiguration
Returns the value of attribute custom_output_configuration.
944 945 946 |
# File 'sig/types.rbs', line 944 def custom_output_configuration @custom_output_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
942 943 944 |
# File 'sig/types.rbs', line 942 def description @description end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
940 941 942 |
# File 'sig/types.rbs', line 940 def function_id @function_id end |
#function_type ⇒ "HTTP_REQUEST", ...
Returns the value of attribute function_type.
941 942 943 |
# File 'sig/types.rbs', line 941 def function_type @function_type end |
#http_request_configuration ⇒ Types::HttpRequestConfiguration
Returns the value of attribute http_request_configuration.
943 944 945 |
# File 'sig/types.rbs', line 943 def http_request_configuration @http_request_configuration end |
#sequential_executor_configuration ⇒ Types::SequentialExecutorConfiguration
Returns the value of attribute sequential_executor_configuration.
946 947 948 |
# File 'sig/types.rbs', line 946 def sequential_executor_configuration @sequential_executor_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
947 948 949 |
# File 'sig/types.rbs', line 947 def @tags end |