class Aws::Lambda::Client
def get_layer_version_policy(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
get_layer_version_policy(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionPolicy - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::GetLayerVersionPolicyResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:version_number
(required, Integer
) -- -
:layer_name
(required, String
) --
def get_layer_version_policy(params = {}, options = {}) req = build_request(:get_layer_version_policy, params) req.send_request(options) end