Struct rusoto_cloudsearchdomain::SearchStatus [] [src]

pub struct SearchStatus {
    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 SearchStatus
[src]

[src]

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

impl Debug for SearchStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for SearchStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more