Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteRuleMutation

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

Overview

A mutation operation that removes a rule from the policy definition during the build process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the rule to delete.

Returns:

  • (String)


1615
1616
1617
1618
1619
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1615

class AutomatedReasoningPolicyDeleteRuleMutation < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end