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.
12079 12080 12081 12082 12083 12084 12085 12086 12087 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12079 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.
12079 12080 12081 12082 12083 12084 12085 12086 12087 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12079 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.
12079 12080 12081 12082 12083 12084 12085 12086 12087 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12079 class ValidateTemplateOutput < Struct.new( :parameters, :description, :capabilities, :capabilities_reason, :declared_transforms) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description found within the template.
12079 12080 12081 12082 12083 12084 12085 12086 12087 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12079 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.
12079 12080 12081 12082 12083 12084 12085 12086 12087 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 12079 class ValidateTemplateOutput < Struct.new( :parameters, :description, :capabilities, :capabilities_reason, :declared_transforms) SENSITIVE = [] include Aws::Structure end |