Struct rusoto_acm::Filters[][src]

pub struct Filters {
    pub extended_key_usage: Option<Vec<String>>,
    pub key_types: Option<Vec<String>>,
    pub key_usage: Option<Vec<String>>,
}

This structure can be used in the ListCertificates action to filter the output of the certificate list.

Fields

Specify one or more ExtendedKeyUsage extension values.

Specify one or more algorithms that can be used to generate key pairs.

Specify one or more KeyUsage extension values.

Trait Implementations

impl Default for Filters
[src]

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

impl Debug for Filters
[src]

Formats the value using the given formatter. Read more

impl Clone for Filters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Filters
[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

impl Send for Filters

impl Sync for Filters