Struct rusoto_ssm::DescribeInstancePatchStatesRequest [] [src]

pub struct DescribeInstancePatchStatesRequest {
    pub instance_ids: Vec<String>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The ID of the instance whose patch state information should be retrieved.

The maximum number of instances to return (per page).

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

Trait Implementations

impl Default for DescribeInstancePatchStatesRequest
[src]

[src]

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

impl Debug for DescribeInstancePatchStatesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeInstancePatchStatesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations