Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddTypeMutation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyAddTypeMutation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
A mutation operation that adds a new custom type to the policy definition during the build process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ Types::AutomatedReasoningPolicyDefinitionType
The type definition that specifies the name, description, and possible values for the new custom type being added to the policy.
Instance Attribute Details
#type ⇒ Types::AutomatedReasoningPolicyDefinitionType
The type definition that specifies the name, description, and possible values for the new custom type being added to the policy.
692 693 694 695 696 |
# File 'lib/aws-sdk-bedrock/types.rb', line 692 class AutomatedReasoningPolicyAddTypeMutation < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |