Class: Aws::Bedrock::Types::ExportAutomatedReasoningPolicyVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_definitionTypes::AutomatedReasoningPolicyDefinition

The exported policy definition containing the formal logic rules, variables, and custom variable types.



4929
4930
4931
4932
4933
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4929

class ExportAutomatedReasoningPolicyVersionResponse < Struct.new(
  :policy_definition)
  SENSITIVE = []
  include Aws::Structure
end