Class: Aws::ServerlessApplicationRepository::Types::TemplateDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::TemplateDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Details of the template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application Amazon Resource Name (ARN).
-
#creation_time ⇒ String
The date and time this resource was created.
-
#expiration_time ⇒ String
The date and time this template expires.
-
#semantic_version ⇒ String
The semantic version of the application:.
-
#status ⇒ String
Status of the template creation workflow.
-
#template_id ⇒ String
The UUID returned by CreateCloudFormationTemplate.
-
#template_url ⇒ String
A link to the template that can be used to deploy the application using AWS CloudFormation.
Instance Attribute Details
#application_id ⇒ String
The application Amazon Resource Name (ARN).
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1670 class TemplateDetails < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ String
The date and time this resource was created.
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1670 class TemplateDetails < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#expiration_time ⇒ String
The date and time this template expires. Templates expire 1 hour after creation.
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1670 class TemplateDetails < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
The semantic version of the application:
- semver.org/][1
-
[1]: semver.org/
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1670 class TemplateDetails < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1670 class TemplateDetails < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
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
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1670 class TemplateDetails < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |
#template_url ⇒ String
A link to the template that can be used to deploy the application using AWS CloudFormation.
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1670 class TemplateDetails < Struct.new( :application_id, :creation_time, :expiration_time, :semantic_version, :status, :template_id, :template_url) SENSITIVE = [] include Aws::Structure end |