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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4040
4041
4042
4043
4044
# File 'lib/aws-sdk-cloudformation/types.rb', line 4040

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