Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description for the Automated Reasoning policy.
-
#name ⇒ String
The updated name for the Automated Reasoning policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to update.
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
The updated policy definition containing the formal logic rules, variables, and types.
Instance Attribute Details
#description ⇒ String
The updated description for the Automated Reasoning policy.
12180 12181 12182 12183 12184 12185 12186 12187 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12180 class UpdateAutomatedReasoningPolicyRequest < Struct.new( :policy_arn, :policy_definition, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The updated name for the Automated Reasoning policy.
12180 12181 12182 12183 12184 12185 12186 12187 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12180 class UpdateAutomatedReasoningPolicyRequest < Struct.new( :policy_arn, :policy_definition, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to update. This must be the ARN of a draft policy.
12180 12181 12182 12183 12184 12185 12186 12187 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12180 class UpdateAutomatedReasoningPolicyRequest < Struct.new( :policy_arn, :policy_definition, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
The updated policy definition containing the formal logic rules, variables, and types.
12180 12181 12182 12183 12184 12185 12186 12187 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12180 class UpdateAutomatedReasoningPolicyRequest < Struct.new( :policy_arn, :policy_definition, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |