Class: Aws::Bedrock::Types::AutomatedReasoningCheckRule

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

Overview

References a specific automated reasoning policy rule that was applied during evaluation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the automated reasoning rule.

Returns:

  • (String)


410
411
412
413
414
415
# File 'lib/aws-sdk-bedrock/types.rb', line 410

class AutomatedReasoningCheckRule < Struct.new(
  :id,
  :policy_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#policy_version_arnString

The ARN of the automated reasoning policy version that contains this rule.

Returns:

  • (String)


410
411
412
413
414
415
# File 'lib/aws-sdk-bedrock/types.rb', line 410

class AutomatedReasoningCheckRule < Struct.new(
  :id,
  :policy_version_arn)
  SENSITIVE = []
  include Aws::Structure
end