Method: Aws::IoT::Types::DescribeIndexResponse#index_name

Defined in:
lib/aws-sdk-iot/types.rb

#index_nameString

The index name.

Returns:

  • (String)


6288
6289
6290
6291
6292
6293
6294
# File 'lib/aws-sdk-iot/types.rb', line 6288

class DescribeIndexResponse < Struct.new(
  :index_name,
  :index_status,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end