Class: Aws::CloudSearchDomain::Types::SuggestStatus

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)


751
752
753
754
755
756
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 751

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

#timemsInteger

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

Returns:

  • (Integer)


751
752
753
754
755
756
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 751

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