Method: Aws::IoT::Types::OpenSearchAction#id

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

#idString

The unique identifier for the document you are storing.

Returns:

  • (String)


13910
13911
13912
13913
13914
13915
13916
13917
13918
# File 'lib/aws-sdk-iot/types.rb', line 13910

class OpenSearchAction < Struct.new(
  :role_arn,
  :endpoint,
  :index,
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end