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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The index name.

Returns:

  • (String)


5620
5621
5622
5623
5624
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5620

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