Class: Aws::Types::BatchListIndex
- Inherits:
-
Object
- Object
- Aws::Types::BatchListIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#ranges_on_indexed_values ⇒ ::Array[Types::ObjectAttributeRange]
Returns the value of attribute ranges_on_indexed_values.
Instance Attribute Details
#index_reference ⇒ Types::ObjectReference
Returns the value of attribute index_reference.
302 303 304 |
# File 'sig/types.rbs', line 302 def index_reference @index_reference end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
303 304 305 |
# File 'sig/types.rbs', line 303 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
304 305 306 |
# File 'sig/types.rbs', line 304 def next_token @next_token end |
#ranges_on_indexed_values ⇒ ::Array[Types::ObjectAttributeRange]
Returns the value of attribute ranges_on_indexed_values.
301 302 303 |
# File 'sig/types.rbs', line 301 def ranges_on_indexed_values @ranges_on_indexed_values end |