Class: Aws::CloudFormation::Types::EstimateTemplateCostOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

The output for a EstimateTemplateCost action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

Returns:

  • (String)


4060
4061
4062
4063
4064
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4060

class EstimateTemplateCostOutput < Struct.new(
  :url)
  SENSITIVE = []
  include Aws::Structure
end