Class: Aws::CloudFormation::Types::EstimateTemplateCostOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::EstimateTemplateCostOutput
- 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
-
#url ⇒ String
An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
Instance Attribute Details
#url ⇒ String
An Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3553 class EstimateTemplateCostOutput < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |