Class: Aws::Types::DescribeFieldIndexesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_indexes::Array[Types::FieldIndex]

Returns the value of attribute field_indexes.

Returns:



592
593
594
# File 'sig/types.rbs', line 592

def field_indexes
  @field_indexes
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def next_token
  @next_token
end