Struct rusoto_kms::ListKeysResponse [] [src]

pub struct ListKeysResponse {
    pub keys: Option<KeyList>,
    pub next_marker: Option<MarkerType>,
    pub truncated: Option<BooleanType>,
}

Fields

A list of keys.

When Truncated is true, this value is present and contains the value to use for the Marker parameter in a subsequent pagination request.

A flag that indicates whether there are more items in the list. If your results were truncated, you can use the Marker parameter to make a subsequent pagination request to retrieve more items in the list.

Trait Implementations

impl Default for ListKeysResponse
[src]

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

impl Debug for ListKeysResponse
[src]

Formats the value using the given formatter.

impl Clone for ListKeysResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more