Class: Aws::Proton::Types::EnvironmentTemplateVersionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the version of an environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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_atTime

The time when the version of an environment template was created.

Returns:

  • (Time)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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

#descriptionString

A description of the version of an environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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_atTime

The time when the version of an environment template was last modified.

Returns:

  • (Time)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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_versionString

The latest major version that's associated with the version of an environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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_versionString

The version of an environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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

The recommended minor version of the environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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

#statusString

The status of the version of an environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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_messageString

The status message of the version of an environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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_nameString

The name of the environment template.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-proton/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