You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ridString

The encrypted resource ID for the request.

Returns:

  • (String)

    The encrypted resource ID for the request.

#timemsInteger

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

Returns:

  • (Integer)

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