Class: Aws::CloudFormation::Types::ValidateTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ValidateTemplateOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
The output for ValidateTemplate action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<String>
The capabilities found within the template.
-
#capabilities_reason ⇒ String
The list of resources that generated the values in the
Capabilities
response element. -
#declared_transforms ⇒ Array<String>
A list of the transforms that are declared in the template.
-
#description ⇒ String
The description found within the template.
-
#parameters ⇒ Array<Types::TemplateParameter>
A list of
TemplateParameter
structures.
Instance Attribute Details
#capabilities ⇒ Array<String>
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM resources in CloudFormation templates.
11599 11600 11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11599 class ValidateTemplateOutput < Struct.new( :parameters, :description, :capabilities, :capabilities_reason, :declared_transforms) SENSITIVE = [] include Aws::Structure end |
#capabilities_reason ⇒ String
The list of resources that generated the values in the
Capabilities
response element.
11599 11600 11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11599 class ValidateTemplateOutput < Struct.new( :parameters, :description, :capabilities, :capabilities_reason, :declared_transforms) SENSITIVE = [] include Aws::Structure end |
#declared_transforms ⇒ Array<String>
A list of the transforms that are declared in the template.
11599 11600 11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11599 class ValidateTemplateOutput < Struct.new( :parameters, :description, :capabilities, :capabilities_reason, :declared_transforms) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description found within the template.
11599 11600 11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11599 class ValidateTemplateOutput < Struct.new( :parameters, :description, :capabilities, :capabilities_reason, :declared_transforms) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::TemplateParameter>
A list of TemplateParameter
structures.
11599 11600 11601 11602 11603 11604 11605 11606 11607 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 11599 class ValidateTemplateOutput < Struct.new( :parameters, :description, :capabilities, :capabilities_reason, :declared_transforms) SENSITIVE = [] include Aws::Structure end |