Struct rusoto_sms::GetServersRequest [] [src]

pub struct GetServersRequest {
    pub max_results: Option<MaxResults>,
    pub next_token: Option<NextToken>,
}

Fields

Trait Implementations

impl Default for GetServersRequest
[src]

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

impl Debug for GetServersRequest
[src]

Formats the value using the given formatter.

impl Clone for GetServersRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more