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.



5614
5615
5616
5617
5618
# File 'lib/aws-sdk-bedrock/types.rb', line 5614

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