Class: Aws::Lambda::Types::GetFunctionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::FunctionCodeLocation

The deployment package of the function or version.



4614
4615
4616
4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4614

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :tags_error,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#concurrencyTypes::Concurrency

The function's reserved concurrency.

Returns:



4614
4615
4616
4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4614

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :tags_error,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::FunctionConfiguration

The configuration of the function or version.



4614
4615
4616
4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4614

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :tags_error,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The function's tags. Lambda returns tag data only if you have explicit allow permissions for lambda:ListTags.

Returns:

  • (Hash<String,String>)


4614
4615
4616
4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4614

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :tags_error,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end

#tags_errorTypes::TagsError

An object that contains details about an error related to retrieving tags.

Returns:



4614
4615
4616
4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4614

class GetFunctionResponse < Struct.new(
  :configuration,
  :code,
  :tags,
  :tags_error,
  :concurrency)
  SENSITIVE = []
  include Aws::Structure
end