Class: Aws::IoT::Types::DescribeIndexRequest

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_nameString

The index name.

Returns:

  • (String)


5692
5693
5694
5695
5696
# File 'lib/aws-sdk-iot/types.rb', line 5692

class DescribeIndexRequest < Struct.new(
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end