Struct rusoto_greengrass::ListFunctionDefinitionsRequest [] [src]

pub struct ListFunctionDefinitionsRequest {
    pub max_results: Option<String>,
    pub next_token: Option<String>,
}

Fields

Specifies the maximum number of list results to be returned in this page

Specifies the pagination token used when iterating through a paginated request

Trait Implementations

impl Default for ListFunctionDefinitionsRequest
[src]

[src]

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

impl Debug for ListFunctionDefinitionsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListFunctionDefinitionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations