Class: Aws::Types::GetFunctionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionResponse
- 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.
614 615 616 |
# File 'sig/types.rbs', line 614 def arn @arn end |
#aws_service_request_configuration ⇒ Types::AwsServiceRequestConfiguration
Returns the value of attribute aws_service_request_configuration.
608 609 610 |
# File 'sig/types.rbs', line 608 def aws_service_request_configuration @aws_service_request_configuration end |
#concurrent_executor_configuration ⇒ Types::ConcurrentExecutorConfiguration
Returns the value of attribute concurrent_executor_configuration.
610 611 612 |
# File 'sig/types.rbs', line 610 def concurrent_executor_configuration @concurrent_executor_configuration end |
#custom_output_configuration ⇒ Types::CustomOutputConfiguration
Returns the value of attribute custom_output_configuration.
609 610 611 |
# File 'sig/types.rbs', line 609 def custom_output_configuration @custom_output_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
606 607 608 |
# File 'sig/types.rbs', line 606 def description @description end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
604 605 606 |
# File 'sig/types.rbs', line 604 def function_id @function_id end |
#function_type ⇒ "HTTP_REQUEST", ...
Returns the value of attribute function_type.
605 606 607 |
# File 'sig/types.rbs', line 605 def function_type @function_type end |
#http_request_configuration ⇒ Types::HttpRequestConfiguration
Returns the value of attribute http_request_configuration.
607 608 609 |
# File 'sig/types.rbs', line 607 def http_request_configuration @http_request_configuration end |
#sequential_executor_configuration ⇒ Types::SequentialExecutorConfiguration
Returns the value of attribute sequential_executor_configuration.
611 612 613 |
# File 'sig/types.rbs', line 611 def sequential_executor_configuration @sequential_executor_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
613 614 615 |
# File 'sig/types.rbs', line 613 def @tags end |
#vast_request_configuration ⇒ Types::VastRequestConfiguration
Returns the value of attribute vast_request_configuration.
612 613 614 |
# File 'sig/types.rbs', line 612 def vast_request_configuration @vast_request_configuration end |