Class: Aws::Deadline::Types::StepDetailsEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepDetailsEntity
- Includes:
- Structure
- Defined in:
- 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.
7869 7870 7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/aws-sdk-deadline/types.rb', line 7869 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end |
#job_id ⇒ String
The job ID.
7869 7870 7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/aws-sdk-deadline/types.rb', line 7869 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.
7869 7870 7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/aws-sdk-deadline/types.rb', line 7869 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end |
#step_id ⇒ String
The step ID.
7869 7870 7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/aws-sdk-deadline/types.rb', line 7869 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.
7869 7870 7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/aws-sdk-deadline/types.rb', line 7869 class StepDetailsEntity < Struct.new( :job_id, :step_id, :schema_version, :template, :dependencies) SENSITIVE = [:template] include Aws::Structure end |