Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningRule

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

#identifierString

The unique identifier of the automated reasoning rule.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1721

class GuardrailAutomatedReasoningRule < Struct.new(
  :identifier,
  :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)


1721
1722
1723
1724
1725
1726
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1721

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