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

Class: Aws::ServerlessApplicationRepository::Types::TemplateDetails

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

Overview

Details of the template.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application Amazon Resource Name (ARN).

Returns:

  • (String)

    The application Amazon Resource Name (ARN).

#creation_timeString

The date and time this resource was created.

Returns:

  • (String)

    The date and time this resource was created.

#expiration_timeString

The date and time this template expires. Templates expire 1 hour after creation.

Returns:

  • (String)

    The date and time this template expires.

#semantic_versionString

The semantic version of the application:

https://semver.org/

Returns:

  • (String)

    The semantic version of the application:.

#statusString

Status of the template creation workflow.

Possible values: PREPARING | ACTIVE | EXPIRED

Possible values:

  • PREPARING
  • ACTIVE
  • EXPIRED

Returns:

  • (String)

    Status of the template creation workflow.

#template_idString

The UUID returned by CreateCloudFormationTemplate.

Pattern: [0-9a-fA-F]`8\-[0-9a-fA-F]4\-[0-9a-fA-F]4\-[0-9a-fA-F]4\-[0-9a-fA-F]12`

Returns:

  • (String)

    The UUID returned by CreateCloudFormationTemplate.

#template_urlString

A link to the template that can be used to deploy the application using AWS CloudFormation.

Returns:

  • (String)

    A link to the template that can be used to deploy the application using AWS CloudFormation.