You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::ValidateTemplateOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The output for ValidateTemplate action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<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 AWS CloudFormation Templates.

Returns:

  • (Array<String>)

    The capabilities found within the template.

#capabilities_reasonString

The list of resources that generated the values in the Capabilities response element.

Returns:

  • (String)

    The list of resources that generated the values in the Capabilities response element.

#declared_transformsArray<String>

A list of the transforms that are declared in the template.

Returns:

  • (Array<String>)

    A list of the transforms that are declared in the template.

#descriptionString

The description found within the template.

Returns:

  • (String)

    The description found within the template.

#parametersArray<Types::TemplateParameter>

A list of TemplateParameter structures.

Returns: