Class: Aws::Types::BatchListIndex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_referenceTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def ranges_on_indexed_values
  @ranges_on_indexed_values
end