Class: Aws::Types::GetFunctionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def arn
  @arn
end

#concurrent_executor_configurationTypes::ConcurrentExecutorConfiguration

Returns the value of attribute concurrent_executor_configuration.



594
595
596
# File 'sig/types.rbs', line 594

def concurrent_executor_configuration
  @concurrent_executor_configuration
end

#custom_output_configurationTypes::CustomOutputConfiguration

Returns the value of attribute custom_output_configuration.



593
594
595
# File 'sig/types.rbs', line 593

def custom_output_configuration
  @custom_output_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def description
  @description
end

#function_id::String

Returns the value of attribute function_id.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def function_id
  @function_id
end

#function_type"HTTP_REQUEST", ...

Returns the value of attribute function_type.

Returns:

  • ("HTTP_REQUEST", "CUSTOM_OUTPUT", "CONCURRENT_EXECUTOR", "SEQUENTIAL_EXECUTOR")


590
591
592
# File 'sig/types.rbs', line 590

def function_type
  @function_type
end

#http_request_configurationTypes::HttpRequestConfiguration

Returns the value of attribute http_request_configuration.



592
593
594
# File 'sig/types.rbs', line 592

def http_request_configuration
  @http_request_configuration
end

#sequential_executor_configurationTypes::SequentialExecutorConfiguration

Returns the value of attribute sequential_executor_configuration.



595
596
597
# File 'sig/types.rbs', line 595

def sequential_executor_configuration
  @sequential_executor_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


596
597
598
# File 'sig/types.rbs', line 596

def tags
  @tags
end