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)


1425
1426
1427
1428
1429
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1425

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