Class: Aws::Types::AgenticRetrieveCitation
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveCitation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_index ⇒ ::Integer
Returns the value of attribute end_index.
-
#references ⇒ ::Array[Types::AgenticRetrieveCitationReference]
Returns the value of attribute references.
-
#start_index ⇒ ::Integer
Returns the value of attribute start_index.
Instance Attribute Details
#end_index ⇒ ::Integer
Returns the value of attribute end_index.
132 133 134 |
# File 'sig/types.rbs', line 132 def end_index @end_index end |
#references ⇒ ::Array[Types::AgenticRetrieveCitationReference]
Returns the value of attribute references.
133 134 135 |
# File 'sig/types.rbs', line 133 def references @references end |
#start_index ⇒ ::Integer
Returns the value of attribute start_index.
134 135 136 |
# File 'sig/types.rbs', line 134 def start_index @start_index end |