Class: Aws::Proton::Types::ServiceTemplateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ServiceTemplateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Summary data of an Proton service template resource.
Constant Summary collapse
- SENSITIVE =
 [:description, :display_name]
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the service template.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the service template was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the service template.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service template name as displayed in the developer interface.
 - 
  
    
      #last_modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the service template was last modified.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template.
 - 
  
    
      #pipeline_provisioning  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If ‘pipelineProvisioning` is `true`, a service pipeline is included in the service template, otherwise a service pipeline *isn’t* included in the service template.
 - 
  
    
      #recommended_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommended version of the service template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service template.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time when the service template was created.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#description ⇒ String
A description of the service template.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#display_name ⇒ String
The service template name as displayed in the developer interface.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#last_modified_at ⇒ Time
The time when the service template was last modified.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#name ⇒ String
The name of the service template.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#pipeline_provisioning ⇒ String
If ‘pipelineProvisioning` is `true`, a service pipeline is included in the service template, otherwise a service pipeline *isn’t* included in the service template.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#recommended_version ⇒ String
The recommended version of the service template.
      5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5439 class ServiceTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  |