Class: Aws::Deadline::Types::StepDetailsEntity
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Deadline::Types::StepDetailsEntity
 
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of a step entity.
Constant Summary collapse
- SENSITIVE =
- [:template] 
Instance Attribute Summary collapse
- 
  
    
      #dependencies  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The dependencies for a step. 
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job ID. 
- 
  
    
      #schema_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The schema version for a step template. 
- 
  
    
      #step_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The step ID. 
- 
  
    
      #template  ⇒ Hash, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The template for a step. 
Instance Attribute Details
#dependencies ⇒ Array<String>
The dependencies for a step.
| 8709 8710 8711 8712 8713 8714 8715 8716 8717 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8709 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end | 
#job_id ⇒ String
The job ID.
| 8709 8710 8711 8712 8713 8714 8715 8716 8717 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8709 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end | 
#schema_version ⇒ String
The schema version for a step template.
| 8709 8710 8711 8712 8713 8714 8715 8716 8717 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8709 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end | 
#step_id ⇒ String
The step ID.
| 8709 8710 8711 8712 8713 8714 8715 8716 8717 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8709 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end | 
#template ⇒ Hash, ...
The template for a step.
| 8709 8710 8711 8712 8713 8714 8715 8716 8717 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8709 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end |