Class: Aws::MWAAServerless::Types::GetTaskInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_idString

The unique identifier of the workflow run that contains the task instance.

Returns:

  • (String)


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_idString

The unique identifier of the task instance to retrieve.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the workflow that contains the task instance.

Returns:

  • (String)


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