class
Amazonite::Lambda::GetFunctionResponse
- Amazonite::Lambda::GetFunctionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_function_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(configuration : FunctionConfiguration | Nil = nil, code : FunctionCodeLocation | Nil = nil, tags : Hash(String, String) | Nil = nil, tags_error : TagsError | Nil = nil, concurrency : Concurrency | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code : FunctionCodeLocation | Nil
The deployment package of the function or version.
-
#code=(code : FunctionCodeLocation | Nil)
The deployment package of the function or version.
-
#concurrency : Concurrency | Nil
The function's reserved concurrency.
-
#concurrency=(concurrency : Concurrency | Nil)
The function's reserved concurrency.
-
#configuration : FunctionConfiguration | Nil
The configuration of the function or version.
-
#configuration=(configuration : FunctionConfiguration | Nil)
The configuration of the function or version.
-
#hash(hasher)
See
Object#hash(hasher) -
#tags : Hash(String, String) | Nil
The function's tags.
-
#tags=(tags : Hash(String, String) | Nil)
The function's tags.
-
#tags_error : TagsError | Nil
An object that contains details about an error related to retrieving tags.
-
#tags_error=(tags_error : TagsError | Nil)
An object that contains details about an error related to retrieving tags.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The configuration of the function or version.
The function's tags. Lambda returns tag data only if you have explicit allow permissions for lambda:ListTags.
The function's tags. Lambda returns tag data only if you have explicit allow permissions for lambda:ListTags.
An object that contains details about an error related to retrieving tags.
An object that contains details about an error related to retrieving tags.