Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated description for the Automated Reasoning policy.

Returns:

  • (String)


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

#nameString

The updated name for the Automated Reasoning policy.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy to update. This must be the ARN of a draft policy.

Returns:

  • (String)


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_definitionTypes::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