Class: Aws::Proton::Types::ServicePipelineState
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ServicePipelineState
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
The detailed data about the current state of the service pipeline.
Constant Summary collapse
- SENSITIVE =
 [:spec]
Instance Attribute Summary collapse
- 
  
    
      #spec  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service spec that was used to create the service pipeline.
 - 
  
    
      #template_major_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The major version of the service template that was used to create the service pipeline.
 - 
  
    
      #template_minor_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The minor version of the service template that was used to create the service pipeline.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service template that was used to create the service pipeline.
 
Instance Attribute Details
#spec ⇒ String
The service spec that was used to create the service pipeline.
      5192 5193 5194 5195 5196 5197 5198 5199  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5192 class ServicePipelineState < Struct.new( :spec, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:spec] include Aws::Structure end  | 
  
#template_major_version ⇒ String
The major version of the service template that was used to create the service pipeline.
      5192 5193 5194 5195 5196 5197 5198 5199  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5192 class ServicePipelineState < Struct.new( :spec, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:spec] include Aws::Structure end  | 
  
#template_minor_version ⇒ String
The minor version of the service template that was used to create the service pipeline.
      5192 5193 5194 5195 5196 5197 5198 5199  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5192 class ServicePipelineState < Struct.new( :spec, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:spec] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the service template that was used to create the service pipeline.
      5192 5193 5194 5195 5196 5197 5198 5199  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 5192 class ServicePipelineState < Struct.new( :spec, :template_major_version, :template_minor_version, :template_name) SENSITIVE = [:spec] include Aws::Structure end  |