Class: Aws::NovaAct::Types::GetWorkflowRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-novaact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_atTime

The timestamp when the workflow run completed execution, if applicable.

Returns:

  • (Time)


581
582
583
584
585
586
587
588
589
590
591
# File 'lib/aws-sdk-novaact/types.rb', line 581

class GetWorkflowRunResponse < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :model_id,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The CloudWatch log group name for this workflow run’s logs.

Returns:

  • (String)


581
582
583
584
585
586
587
588
589
590
591
# File 'lib/aws-sdk-novaact/types.rb', line 581

class GetWorkflowRunResponse < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :model_id,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#model_idString

The ID of the AI model being used for this workflow run.

Returns:

  • (String)


581
582
583
584
585
586
587
588
589
590
591
# File 'lib/aws-sdk-novaact/types.rb', line 581

class GetWorkflowRunResponse < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :model_id,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The timestamp when the workflow run started execution.

Returns:

  • (Time)


581
582
583
584
585
586
587
588
589
590
591
# File 'lib/aws-sdk-novaact/types.rb', line 581

class GetWorkflowRunResponse < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :model_id,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current execution status of the workflow run.

Returns:

  • (String)


581
582
583
584
585
586
587
588
589
590
591
# File 'lib/aws-sdk-novaact/types.rb', line 581

class GetWorkflowRunResponse < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :model_id,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_run_arnString

The Amazon Resource Name (ARN) of the workflow run.

Returns:

  • (String)


581
582
583
584
585
586
587
588
589
590
591
# File 'lib/aws-sdk-novaact/types.rb', line 581

class GetWorkflowRunResponse < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :model_id,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_run_idString

The unique identifier of the workflow run.

Returns:

  • (String)


581
582
583
584
585
586
587
588
589
590
591
# File 'lib/aws-sdk-novaact/types.rb', line 581

class GetWorkflowRunResponse < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :model_id,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end