Class: Aws::Deadline::Types::StepDetailsIdentifiers
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepDetailsIdentifiers
- Includes:
- Structure
- Defined in:
- 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.
7920 7921 7922 7923 7924 7925 |
# File 'lib/aws-sdk-deadline/types.rb', line 7920 class StepDetailsIdentifiers < Struct.new( :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID.
7920 7921 7922 7923 7924 7925 |
# File 'lib/aws-sdk-deadline/types.rb', line 7920 class StepDetailsIdentifiers < Struct.new( :job_id, :step_id) SENSITIVE = [] include Aws::Structure end |