Class: Aws::Proton::Types::ServiceTemplate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ServiceTemplate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Detailed 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.
 - 
  
    
      #encryption_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The customer provided service template encryption key that’s used to encrypt data.
 - 
  
    
      #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.
 - 
  
    
      #recommended_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommended version of the service template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service template.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#description ⇒ String
A description of the service template.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#encryption_key ⇒ String
The customer provided service template encryption key that’s used to encrypt data.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#name ⇒ String
The name of the service template.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
      5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5387 class ServiceTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :pipeline_provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  |