Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddVariableMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyAddVariableMutation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A mutation operation that adds a new variable to the policy definition during the build process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#variable ⇒ Types::AutomatedReasoningPolicyDefinitionVariable
The variable definition that specifies the name, type, and description for the new variable being added to the policy.
Instance Attribute Details
#variable ⇒ Types::AutomatedReasoningPolicyDefinitionVariable
The variable definition that specifies the name, type, and description for the new variable being added to the policy.
674 675 676 677 678 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 674 class AutomatedReasoningPolicyAddVariableMutation < Struct.new( :variable) SENSITIVE = [] include Aws::Structure end |