Class: Aws::Proton::Types::ServiceTemplateVersionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ServiceTemplateVersionSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Summary data of an Proton service template version resource.
Constant Summary collapse
- SENSITIVE =
 [:description, :status_message]
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the version of a service template.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the version of a service template was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the version of a service template.
 - 
  
    
      #last_modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the version of a service template was last modified.
 - 
  
    
      #major_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The latest major version that’s associated with the version of a service template.
 - 
  
    
      #minor_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The minor version of a service template.
 - 
  
    
      #recommended_minor_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommended minor version of the service template.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service template minor version status.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A service template minor version status message.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the version of a service template.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 a service template was created.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 a service template.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 a service template was last modified.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 a service template.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 minor version of a service template.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 service template.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 service template minor version status.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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
A service template minor version status message.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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 service template.
      5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5582 class ServiceTemplateVersionSummary < 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  |