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)


614
615
616
# File 'sig/types.rbs', line 614

def arn
  @arn
end

#aws_service_request_configurationTypes::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_configurationTypes::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_configurationTypes::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.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def description
  @description
end

#function_id::String

Returns the value of attribute function_id.

Returns:

  • (::String)


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.

Returns:

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


605
606
607
# File 'sig/types.rbs', line 605

def function_type
  @function_type
end

#http_request_configurationTypes::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_configurationTypes::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.

Returns:

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


613
614
615
# File 'sig/types.rbs', line 613

def tags
  @tags
end

#vast_request_configurationTypes::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