Class: Aws::Bedrock::Types::AutomatedReasoningPolicyDeleteTypeValue

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

Overview

Represents a value to be removed from an existing custom type in the policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The identifier or name of the value to remove from the type.

Returns:

  • (String)


1402
1403
1404
1405
1406
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1402

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