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)


4049
4050
4051
4052
4053
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4049

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