Class: Aws::IoT::Types::ListIndicesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_namesArray<String>

The index names.

Returns:

  • (Array<String>)


9901
9902
9903
9904
9905
9906
# File 'lib/aws-sdk-iot/types.rb', line 9901

class ListIndicesResponse < Struct.new(
  :index_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to get the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


9901
9902
9903
9904
9905
9906
# File 'lib/aws-sdk-iot/types.rb', line 9901

class ListIndicesResponse < Struct.new(
  :index_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end