Class: Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateTypeMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateTypeMutation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A mutation operation that modifies an existing custom type in the policy definition during the build process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ Types::AutomatedReasoningPolicyDefinitionType
Represents a custom user-defined viarble type in an Automated Reasoning policy.
Instance Attribute Details
#type ⇒ Types::AutomatedReasoningPolicyDefinitionType
Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.
1902 1903 1904 1905 1906 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1902 class AutomatedReasoningPolicyUpdateTypeMutation < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |