class Aws::Lambda::Client
def list_layers(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_layers(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayers - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To list the layers that are compatible with your function's runtime -
Returns:
-
(Types::ListLayersResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:compatible_architecture
(String
) -- -
:max_items
(Integer
) -- -
:marker
(String
) -- -
:compatible_runtime
(String
) --
def list_layers(params = {}, options = {}) req = build_request(:list_layers, params) req.send_request(options) end