Class: Aws::Bedrock::Types::AutomatedReasoningPolicyStatementLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyStatementLocation
- 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
-
#lines ⇒ Array<Integer>
The line numbers in the source document where this statement appears.
Instance Attribute Details
#lines ⇒ Array<Integer>
The line numbers in the source document where this statement appears.
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 |