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
736 |
# File 'sig/client.rbs', line 736
def code: () -> Types::FunctionCodeLocation
|
#concurrency ⇒ Types::Concurrency
739 |
# File 'sig/client.rbs', line 739
def concurrency: () -> Types::Concurrency
|
#configuration ⇒ Types::FunctionConfiguration
735 |
# File 'sig/client.rbs', line 735
def configuration: () -> Types::FunctionConfiguration
|
#tags ⇒ ::Hash[::String, ::String]
737 |
# File 'sig/client.rbs', line 737
def tags: () -> ::Hash[::String, ::String]
|
#tags_error ⇒ Types::TagsError
738 |
# File 'sig/client.rbs', line 738
def tags_error: () -> Types::TagsError
|