Class: Aws::Deadline::Types::StepDetailsIdentifiers
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Deadline::Types::StepDetailsIdentifiers
 
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of identifiers for a step.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job ID. 
- 
  
    
      #step_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The step ID. 
Instance Attribute Details
#job_id ⇒ String
The job ID.
| 8760 8761 8762 8763 8764 8765 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8760 class StepDetailsIdentifiers < Struct.new( :job_id, :step_id) SENSITIVE = [] include Aws::Structure end | 
#step_id ⇒ String
The step ID.
| 8760 8761 8762 8763 8764 8765 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8760 class StepDetailsIdentifiers < Struct.new( :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |