Struct rusoto_ec2::DescribeKeyPairsRequest [] [src]

pub struct DescribeKeyPairsRequest {
    pub dry_run: Option<bool>,
    pub filters: Option<Vec<Filter>>,
    pub key_names: Option<Vec<String>>,
}

Contains the parameters for DescribeKeyPairs.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

One or more filters.

  • fingerprint - The fingerprint of the key pair.

  • key-name - The name of the key pair.

One or more key pair names.

Default: Describes all your key pairs.

Trait Implementations

impl Default for DescribeKeyPairsRequest
[src]

[src]

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

impl Debug for DescribeKeyPairsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeKeyPairsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more