Class: Aws::Proton::Types::EnvironmentTemplateVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::EnvironmentTemplateVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
The environment template version data.
Constant Summary collapse
- SENSITIVE =
[:description, :schema, :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 minor 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 minor version of an environment template.
-
#recommended_minor_version ⇒ String
The recommended minor version of the environment template.
-
#schema ⇒ String
The schema of the version of an 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 version of an environment template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#created_at ⇒ Time
The time when the version of an environment template was created.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#description ⇒ String
A description of the minor version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#last_modified_at ⇒ Time
The time when the version of an environment template was last modified.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#major_version ⇒ String
The latest major version that’s associated with the version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#minor_version ⇒ String
The minor version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#recommended_minor_version ⇒ String
The recommended minor version of the environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#schema ⇒ String
The schema of the version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#status ⇒ String
The status of the version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#status_message ⇒ String
The status message of the version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |
#template_name ⇒ String
The name of the version of an environment template.
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-proton/types.rb', line 2631 class EnvironmentTemplateVersion < Struct.new( :arn, :created_at, :description, :last_modified_at, :major_version, :minor_version, :recommended_minor_version, :schema, :status, :status_message, :template_name) SENSITIVE = [:description, :schema, :status_message] include Aws::Structure end |