Class: Aws::CloudFormation::Types::EstimateTemplateCostOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::EstimateTemplateCostOutput
- 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
-
#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.
4006 4007 4008 4009 4010 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4006 class EstimateTemplateCostOutput < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |