Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteVariableMutation

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

Overview

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

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the variable to delete.

Returns:

  • (String)


1433
1434
1435
1436
1437
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1433

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