Struct rusoto_cloudsearchdomain::SuggestResponse [] [src]

pub struct SuggestResponse {
    pub status: Option<SuggestStatus>,
    pub suggest: Option<SuggestModel>,
}

Contains the response to a Suggest request.

Fields

The status of a SuggestRequest. Contains the resource ID (rid) and how long it took to process the request (timems).

Container for the matching search suggestion information.

Trait Implementations

impl Default for SuggestResponse
[src]

[src]

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

impl Debug for SuggestResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for SuggestResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more