Module: Aws::Lambda::Client::_GetFunctionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFunctionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #code ⇒ Types::FunctionCodeLocation
- #concurrency ⇒ Types::Concurrency
- #configuration ⇒ Types::FunctionConfiguration
- #tags ⇒ ::Hash[::String, ::String]
- #tags_error ⇒ Types::TagsError
Instance Method Details
#code ⇒ Types::FunctionCodeLocation
752 |
# File 'sig/client.rbs', line 752
def code: () -> Types::FunctionCodeLocation
|
#concurrency ⇒ Types::Concurrency
755 |
# File 'sig/client.rbs', line 755
def concurrency: () -> Types::Concurrency
|
#configuration ⇒ Types::FunctionConfiguration
751 |
# File 'sig/client.rbs', line 751
def configuration: () -> Types::FunctionConfiguration
|
#tags ⇒ ::Hash[::String, ::String]
753 |
# File 'sig/client.rbs', line 753
def tags: () -> ::Hash[::String, ::String]
|
#tags_error ⇒ Types::TagsError
754 |
# File 'sig/client.rbs', line 754
def tags_error: () -> Types::TagsError
|