Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSummary

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

Overview

Provides a summary of a policy build workflow, including its current status, timing information, and key identifiers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#build_workflow_idString

The unique identifier of the build workflow.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#build_workflow_typeString

The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the build workflow was created.

Returns:

  • (Time)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the build workflow was last updated.

Returns:

  • (Time)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end