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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


327
328
329
330
331
332
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 327

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)


327
328
329
330
331
332
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 327

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