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.
8525 8526 8527 8528 8529 8530 8531 8532 8533 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8525 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end |
#job_id ⇒ String
The job ID.
8525 8526 8527 8528 8529 8530 8531 8532 8533 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8525 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.
8525 8526 8527 8528 8529 8530 8531 8532 8533 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8525 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end |
#step_id ⇒ String
The step ID.
8525 8526 8527 8528 8529 8530 8531 8532 8533 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8525 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.
8525 8526 8527 8528 8529 8530 8531 8532 8533 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8525 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end |