Class: Aws::CloudSearchDomain::Types::SearchStatus

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

Overview

Contains the resource id (rid) and the time it took to process the request (timems).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ridString

The encrypted resource ID for the request.

Returns:

  • (String)


669
670
671
672
673
674
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 669

class SearchStatus < Struct.new(
  :timems,
  :rid)
  SENSITIVE = []
  include Aws::Structure
end

#timemsInteger

How long it took to process the request, in milliseconds.

Returns:

  • (Integer)


669
670
671
672
673
674
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 669

class SearchStatus < Struct.new(
  :timems,
  :rid)
  SENSITIVE = []
  include Aws::Structure
end