Class: Aws::Types::Function
- Inherits:
-
Object
- Object
- Aws::Types::Function
- 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.
562 563 564 |
# File 'sig/types.rbs', line 562 def arn @arn end |
#aws_service_request_configuration ⇒ Types::AwsServiceRequestConfiguration
Returns the value of attribute aws_service_request_configuration.
556 557 558 |
# File 'sig/types.rbs', line 556 def aws_service_request_configuration @aws_service_request_configuration end |
#concurrent_executor_configuration ⇒ Types::ConcurrentExecutorConfiguration
Returns the value of attribute concurrent_executor_configuration.
558 559 560 |
# File 'sig/types.rbs', line 558 def concurrent_executor_configuration @concurrent_executor_configuration end |
#custom_output_configuration ⇒ Types::CustomOutputConfiguration
Returns the value of attribute custom_output_configuration.
557 558 559 |
# File 'sig/types.rbs', line 557 def custom_output_configuration @custom_output_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
554 555 556 |
# File 'sig/types.rbs', line 554 def description @description end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
552 553 554 |
# File 'sig/types.rbs', line 552 def function_id @function_id end |
#function_type ⇒ "HTTP_REQUEST", ...
Returns the value of attribute function_type.
553 554 555 |
# File 'sig/types.rbs', line 553 def function_type @function_type end |
#http_request_configuration ⇒ Types::HttpRequestConfiguration
Returns the value of attribute http_request_configuration.
555 556 557 |
# File 'sig/types.rbs', line 555 def http_request_configuration @http_request_configuration end |
#sequential_executor_configuration ⇒ Types::SequentialExecutorConfiguration
Returns the value of attribute sequential_executor_configuration.
559 560 561 |
# File 'sig/types.rbs', line 559 def sequential_executor_configuration @sequential_executor_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
561 562 563 |
# File 'sig/types.rbs', line 561 def @tags end |
#vast_request_configuration ⇒ Types::VastRequestConfiguration
Returns the value of attribute vast_request_configuration.
560 561 562 |
# File 'sig/types.rbs', line 560 def vast_request_configuration @vast_request_configuration end |