Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeValue
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Represents a value to be removed from an existing custom type in the policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The identifier or name of the value to remove from the type.
Instance Attribute Details
#value ⇒ String
The identifier or name of the value to remove from the type.
1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1402 class AutomatedReasoningPolicyDeleteTypeValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |