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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



5704
5705
5706
5707
5708
# File 'lib/aws-sdk-bedrock/types.rb', line 5704

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