Struct rusoto_ssm::ListCommandInvocationsResult [] [src]

pub struct ListCommandInvocationsResult {
    pub command_invocations: Option<Vec<CommandInvocation>>,
    pub next_token: Option<String>,
}

Fields

(Optional) A list of all invocations.

(Optional) The token for the next set of items to return. (You received this token from a previous call.)

Trait Implementations

impl Default for ListCommandInvocationsResult
[src]

[src]

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

impl Debug for ListCommandInvocationsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListCommandInvocationsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more