Struct rusoto_cloudsearchdomain::SuggestStatus [] [src]

pub struct SuggestStatus {
    pub rid: Option<String>,
    pub timems: Option<i64>,
}

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

Fields

The encrypted resource ID for the request.

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

Trait Implementations

impl Default for SuggestStatus
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SuggestStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for SuggestStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more