Struct rusoto_ssm::ListDocumentsResult [] [src]

pub struct ListDocumentsResult {
    pub document_identifiers: Option<DocumentIdentifierList>,
    pub next_token: Option<NextToken>,
}

Fields

The names of the SSM documents.

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Trait Implementations

impl Default for ListDocumentsResult
[src]

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

impl Debug for ListDocumentsResult
[src]

Formats the value using the given formatter.

impl Clone for ListDocumentsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more