Struct rusoto_cloudtrail::ListPublicKeysResponse[][src]

pub struct ListPublicKeysResponse {
    pub next_token: Option<String>,
    pub public_key_list: Option<Vec<PublicKey>>,
}

Returns the objects or data listed below if successful. Otherwise, returns an error.

Fields

Reserved for future use.

Contains an array of PublicKey objects.

The returned public keys may have validity time ranges that overlap.

Trait Implementations

impl Default for ListPublicKeysResponse
[src]

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

impl Debug for ListPublicKeysResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListPublicKeysResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListPublicKeysResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations