class AWS::CloudFormation
def estimate_template_cost template, parameters = {}
-
(String)
- Returns a URL to the AWS Simple Monthly Calculator
Parameters:
-
parameters
(Hash
) -- A hash that specifies the input -
(
) --
def estimate_template_cost template, parameters = {} client_opts = {} client_opts[:template] = template apply_template(client_opts) apply_parameters(client_opts) client.estimate_template_cost(client_opts).url end