Struct rusoto_greengrass::ListLoggerDefinitionVersionsRequest [] [src]

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

Fields

logger definition Id

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 ListLoggerDefinitionVersionsRequest
[src]

[src]

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

impl Debug for ListLoggerDefinitionVersionsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListLoggerDefinitionVersionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations