Struct rusoto_cloudfront::KeyPairIds [] [src]

pub struct KeyPairIds {
    pub items: Option<Vec<String>>,
    pub quantity: i64,
}

A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

For more information, see ActiveTrustedSigners.

Fields

A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

For more information, see ActiveTrustedSigners.

The number of active CloudFront key pairs for AwsAccountNumber.

For more information, see ActiveTrustedSigners.

Trait Implementations

impl Default for KeyPairIds
[src]

[src]

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

impl Debug for KeyPairIds
[src]

[src]

Formats the value using the given formatter.