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.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
983 984 985 |
# File 'sig/types.rbs', line 983 def arn @arn end |
#aws_service_request_configuration ⇒ Types::AwsServiceRequestConfiguration
Returns the value of attribute aws_service_request_configuration.
977 978 979 |
# File 'sig/types.rbs', line 977 def aws_service_request_configuration @aws_service_request_configuration end |
#concurrent_executor_configuration ⇒ Types::ConcurrentExecutorConfiguration
Returns the value of attribute concurrent_executor_configuration.
979 980 981 |
# File 'sig/types.rbs', line 979 def concurrent_executor_configuration @concurrent_executor_configuration end |
#custom_output_configuration ⇒ Types::CustomOutputConfiguration
Returns the value of attribute custom_output_configuration.
978 979 980 |
# File 'sig/types.rbs', line 978 def custom_output_configuration @custom_output_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
975 976 977 |
# File 'sig/types.rbs', line 975 def description @description end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
973 974 975 |
# File 'sig/types.rbs', line 973 def function_id @function_id end |
#function_type ⇒ "HTTP_REQUEST", ...
Returns the value of attribute function_type.
974 975 976 |
# File 'sig/types.rbs', line 974 def function_type @function_type end |
#http_request_configuration ⇒ Types::HttpRequestConfiguration
Returns the value of attribute http_request_configuration.
976 977 978 |
# File 'sig/types.rbs', line 976 def http_request_configuration @http_request_configuration end |
#sequential_executor_configuration ⇒ Types::SequentialExecutorConfiguration
Returns the value of attribute sequential_executor_configuration.
980 981 982 |
# File 'sig/types.rbs', line 980 def sequential_executor_configuration @sequential_executor_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
982 983 984 |
# File 'sig/types.rbs', line 982 def @tags end |
#vast_request_configuration ⇒ Types::VastRequestConfiguration
Returns the value of attribute vast_request_configuration.
981 982 983 |
# File 'sig/types.rbs', line 981 def vast_request_configuration @vast_request_configuration end |