Class: Aws::Types::AgenticRetrieveCitation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_index::Integer

Returns the value of attribute end_index.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


134
135
136
# File 'sig/types.rbs', line 134

def start_index
  @start_index
end