Struct rusoto_ssm::ListAssociationVersionsRequest [] [src]

pub struct ListAssociationVersionsRequest {
    pub association_id: String,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The association ID for which you want to view all versions.

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

A token to start the list. Use this token to get the next set of results.

Trait Implementations

impl Default for ListAssociationVersionsRequest
[src]

[src]

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

impl Debug for ListAssociationVersionsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListAssociationVersionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more