Class: Aws::Bedrock::Types::AutomatedReasoningCheckRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningCheckRule
- 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
-
#id ⇒ String
The unique identifier of the automated reasoning rule.
-
#policy_version_arn ⇒ String
The ARN of the automated reasoning policy version that contains this rule.
Instance Attribute Details
#id ⇒ String
The unique identifier of the automated reasoning rule.
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_arn ⇒ String
The ARN of the automated reasoning policy version that contains this rule.
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 |