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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12635
12636
12637
12638
12639
12640
12641
12642
# File 'lib/aws-sdk-bedrock/types.rb', line 12635

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)


12635
12636
12637
12638
12639
12640
12641
12642
# File 'lib/aws-sdk-bedrock/types.rb', line 12635

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)


12635
12636
12637
12638
12639
12640
12641
12642
# File 'lib/aws-sdk-bedrock/types.rb', line 12635

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.



12635
12636
12637
12638
12639
12640
12641
12642
# File 'lib/aws-sdk-bedrock/types.rb', line 12635

class UpdateAutomatedReasoningPolicyRequest < Struct.new(
  :policy_arn,
  :policy_definition,
  :name,
  :description)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end