Class: Aws::MWAAServerless::Types::GetTaskInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::GetTaskInstanceRequest
- Defined in:
- gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
The unique identifier of the workflow run that contains the task instance.
-
#task_instance_id ⇒ String
The unique identifier of the task instance to retrieve.
-
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow that contains the task instance.
Instance Attribute Details
#run_id ⇒ String
The unique identifier of the workflow run that contains the task instance.
334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 334 class GetTaskInstanceRequest < Struct.new( :workflow_arn, :task_instance_id, :run_id) SENSITIVE = [] include Aws::Structure end |
#task_instance_id ⇒ String
The unique identifier of the task instance to retrieve.
334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 334 class GetTaskInstanceRequest < Struct.new( :workflow_arn, :task_instance_id, :run_id) SENSITIVE = [] include Aws::Structure end |
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow that contains the task instance.
334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 334 class GetTaskInstanceRequest < Struct.new( :workflow_arn, :task_instance_id, :run_id) SENSITIVE = [] include Aws::Structure end |