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
742 |
# File 'sig/client.rbs', line 742
def code: () -> Types::FunctionCodeLocation
|
#concurrency ⇒ Types::Concurrency
745 |
# File 'sig/client.rbs', line 745
def concurrency: () -> Types::Concurrency
|
#configuration ⇒ Types::FunctionConfiguration
741 |
# File 'sig/client.rbs', line 741
def configuration: () -> Types::FunctionConfiguration
|
#tags ⇒ ::Hash[::String, ::String]
743 |
# File 'sig/client.rbs', line 743
def tags: () -> ::Hash[::String, ::String]
|
#tags_error ⇒ Types::TagsError
744 |
# File 'sig/client.rbs', line 744
def tags_error: () -> Types::TagsError
|