Class: Aws::CloudSearchDomain::Types::SuggestStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::SuggestStatus
- Includes:
- Structure
- Defined in:
- 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
-
#rid ⇒ String
The encrypted resource ID for the request.
-
#timems ⇒ Integer
How long it took to process the request, in milliseconds.
Instance Attribute Details
#rid ⇒ String
The encrypted resource ID for the request.
751 752 753 754 755 756 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 751 class SuggestStatus < Struct.new( :timems, :rid) SENSITIVE = [] include Aws::Structure end |
#timems ⇒ Integer
How long it took to process the request, in milliseconds.
751 752 753 754 755 756 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 751 class SuggestStatus < Struct.new( :timems, :rid) SENSITIVE = [] include Aws::Structure end |