Class: Aws::Omics::Types::GetRunTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetRunTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The workflow run ID.
-
#task_id ⇒ String
The task’s ID.
Instance Attribute Details
#id ⇒ String
The workflow run ID.
3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-omics/types.rb', line 3032 class GetRunTaskRequest < Struct.new( :id, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task’s ID.
3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-omics/types.rb', line 3032 class GetRunTaskRequest < Struct.new( :id, :task_id) SENSITIVE = [] include Aws::Structure end |