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

Class: Aws::CloudFormation::Types::GetTemplateSummaryOutput

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

Overview

The output for the GetTemplateSummary 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 value that is defined in the Description property of the template.

Returns:

  • (String)

    The value that is defined in the Description property of the template.

#metadataString

The value that is defined for the Metadata property of the template.

Returns:

  • (String)

    The value that is defined for the Metadata property of the template.

#parametersArray<Types::ParameterDeclaration>

A list of parameter declarations that describe various properties for each parameter.

Returns:

#resource_identifier_summariesArray<Types::ResourceIdentifierSummary>

A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName is a possible identifier property for an AWS::S3::Bucket resource.

Returns:

  • (Array<Types::ResourceIdentifierSummary>)

    A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.

#resource_typesArray<String>

A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

Returns:

  • (Array<String>)

    A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance, AWS::Dynamo::Table, and Custom::MyCustomInstance.

#versionString

The AWS template format version, which identifies the capabilities of the template.

Returns:

  • (String)

    The AWS template format version, which identifies the capabilities of the template.