Class: Aws::Types::ListIndicesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_names::Array[::String]

Returns the value of attribute index_names.

Returns:

  • (::Array[::String])


3249
3250
3251
# File 'sig/types.rbs', line 3249

def index_names
  @index_names
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3250
3251
3252
# File 'sig/types.rbs', line 3250

def next_token
  @next_token
end