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