Class: Aws::Kendra::Types::DescribeIndexRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the index you want to get information on.

Returns:

  • (String)


3846
3847
3848
3849
3850
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3846

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