Class: Aws::Proton::Types::EnvironmentTemplateVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::EnvironmentTemplateVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
A summary of the version of an environment template detail data.
Constant Summary collapse
- SENSITIVE =
[:description, :status_message]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the version of an environment template.
-
#created_at ⇒ Time
The time when the version of an environment template was created.
-
#description ⇒ String
A description of the version of an environment template.
-
#last_modified_at ⇒ Time
The time when the version of an environment template was last modified.
-
#major_version ⇒ String
The latest major version that’s associated with the version of an environment template.
-
#minor_version ⇒ String
The version of an environment template.
-
#recommended_minor_version ⇒ String
The recommended minor version of the environment template.
-
#status ⇒ String
The status of the version of an environment template.
-
#status_message ⇒ String
The status message of the version of an environment template.
-
#template_name ⇒ String
The name of the environment template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the version of an environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#created_at ⇒ Time
The time when the version of an environment template was created.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#description ⇒ String
A description of the version of an environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#last_modified_at ⇒ Time
The time when the version of an environment template was last modified.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#major_version ⇒ String
The latest major version that’s associated with the version of an environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#minor_version ⇒ String
The version of an environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#recommended_minor_version ⇒ String
The recommended minor version of the environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#status ⇒ String
The status of the version of an environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#status_message ⇒ String
The status message of the version of an environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |
#template_name ⇒ String
The name of the environment template.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/aws-sdk-proton/types.rb', line 2694 class EnvironmentTemplateVersionSummary < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :status, :status_message, :template_name) SENSITIVE = [:description, :status_message] include Aws::Structure end |