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