Class: Aws::Types::PutFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_service_request_configuration ⇒ Types::AwsServiceRequestConfiguration
Returns the value of attribute aws_service_request_configuration.
-
#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.
-
#vast_request_configuration ⇒ Types::VastRequestConfiguration
Returns the value of attribute vast_request_configuration.
Instance Attribute Details
#aws_service_request_configuration ⇒ Types::AwsServiceRequestConfiguration
Returns the value of attribute aws_service_request_configuration.
963 964 965 |
# File 'sig/types.rbs', line 963 def aws_service_request_configuration @aws_service_request_configuration end |
#concurrent_executor_configuration ⇒ Types::ConcurrentExecutorConfiguration
Returns the value of attribute concurrent_executor_configuration.
965 966 967 |
# File 'sig/types.rbs', line 965 def concurrent_executor_configuration @concurrent_executor_configuration end |
#custom_output_configuration ⇒ Types::CustomOutputConfiguration
Returns the value of attribute custom_output_configuration.
964 965 966 |
# File 'sig/types.rbs', line 964 def custom_output_configuration @custom_output_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
961 962 963 |
# File 'sig/types.rbs', line 961 def description @description end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
959 960 961 |
# File 'sig/types.rbs', line 959 def function_id @function_id end |
#function_type ⇒ "HTTP_REQUEST", ...
Returns the value of attribute function_type.
960 961 962 |
# File 'sig/types.rbs', line 960 def function_type @function_type end |
#http_request_configuration ⇒ Types::HttpRequestConfiguration
Returns the value of attribute http_request_configuration.
962 963 964 |
# File 'sig/types.rbs', line 962 def http_request_configuration @http_request_configuration end |
#sequential_executor_configuration ⇒ Types::SequentialExecutorConfiguration
Returns the value of attribute sequential_executor_configuration.
966 967 968 |
# File 'sig/types.rbs', line 966 def sequential_executor_configuration @sequential_executor_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
968 969 970 |
# File 'sig/types.rbs', line 968 def end |
#vast_request_configuration ⇒ Types::VastRequestConfiguration
Returns the value of attribute vast_request_configuration.
967 968 969 |
# File 'sig/types.rbs', line 967 def vast_request_configuration @vast_request_configuration end |