Class: Aws::Types::PutFunctionResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutFunctionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
960 961 962 |
# File 'sig/types.rbs', line 960 def arn @arn end |
#concurrent_executor_configuration ⇒ Types::ConcurrentExecutorConfiguration
Returns the value of attribute concurrent_executor_configuration.
957 958 959 |
# File 'sig/types.rbs', line 957 def concurrent_executor_configuration @concurrent_executor_configuration end |
#custom_output_configuration ⇒ Types::CustomOutputConfiguration
Returns the value of attribute custom_output_configuration.
956 957 958 |
# File 'sig/types.rbs', line 956 def custom_output_configuration @custom_output_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
954 955 956 |
# File 'sig/types.rbs', line 954 def description @description end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
952 953 954 |
# File 'sig/types.rbs', line 952 def function_id @function_id end |
#function_type ⇒ "HTTP_REQUEST", ...
Returns the value of attribute function_type.
953 954 955 |
# File 'sig/types.rbs', line 953 def function_type @function_type end |
#http_request_configuration ⇒ Types::HttpRequestConfiguration
Returns the value of attribute http_request_configuration.
955 956 957 |
# File 'sig/types.rbs', line 955 def http_request_configuration @http_request_configuration end |
#sequential_executor_configuration ⇒ Types::SequentialExecutorConfiguration
Returns the value of attribute sequential_executor_configuration.
958 959 960 |
# File 'sig/types.rbs', line 958 def sequential_executor_configuration @sequential_executor_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
959 960 961 |
# File 'sig/types.rbs', line 959 def @tags end |