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.
2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2146 class AutomatedReasoningPolicyStatementLocation < Struct.new( :lines) SENSITIVE = [] include Aws::Structure end |