Class: Aws::Bedrock::Types::AutomatedReasoningPolicyStatementLocation

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

Overview

Describes the location of a statement within a source document using line numbers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linesArray<Integer>

The line numbers in the source document where this statement appears.

Returns:

  • (Array<Integer>)


2141
2142
2143
2144
2145
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2141

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