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]

[src]

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

impl Debug for ListPublicKeysResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListPublicKeysResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations