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

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


1394
1395
1396
1397
1398
# File 'lib/aws-sdk-bedrock/types.rb', line 1394

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