Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDefinitionTypeValuePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyDefinitionTypeValuePair
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Associates a type name with a specific value name, used for referencing type values in rules and other policy elements.
Constant Summary collapse
- SENSITIVE =
[:type_name]
Instance Attribute Summary collapse
-
#type_name ⇒ String
The name of the custom type that contains the referenced value.
-
#value_name ⇒ String
The name of the specific value within the type.
Instance Attribute Details
#type_name ⇒ String
The name of the custom type that contains the referenced value.
1296 1297 1298 1299 1300 1301 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1296 class AutomatedReasoningPolicyDefinitionTypeValuePair < Struct.new( :type_name, :value_name) SENSITIVE = [:type_name] include Aws::Structure end |
#value_name ⇒ String
The name of the specific value within the type.
1296 1297 1298 1299 1300 1301 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1296 class AutomatedReasoningPolicyDefinitionTypeValuePair < Struct.new( :type_name, :value_name) SENSITIVE = [:type_name] include Aws::Structure end |