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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-lambda/types.rb', line 3010

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

#concurrencyTypes::Concurrency

Returns:



3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-lambda/types.rb', line 3010

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

#configurationTypes::FunctionConfiguration

The configuration of the function or version.



3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-lambda/types.rb', line 3010

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].

[1]: docs.aws.amazon.com/lambda/latest/dg/tagging.html [2]: docs.aws.amazon.com/lambda/latest/api/API_ListTags.html

Returns:

  • (Hash<String,String>)


3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-lambda/types.rb', line 3010

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:



3010
3011
3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-lambda/types.rb', line 3010

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