[][src]Struct rusoto_cloudfront::Signer

pub struct Signer {
    pub aws_account_number: Option<String>,
    pub key_pair_ids: Option<KeyPairIds>,
}

A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.

Fields

aws_account_number: Option<String>

An AWS account that is included in the TrustedSigners complex type for this RTMP distribution. Valid values include:

  • self, which is the AWS account used to create the distribution.

  • An AWS account number.

key_pair_ids: Option<KeyPairIds>

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

Trait Implementations

impl Clone for Signer[src]

impl Default for Signer[src]

impl PartialEq<Signer> for Signer[src]

impl Debug for Signer[src]

impl StructuralPartialEq for Signer[src]

Auto Trait Implementations

impl Send for Signer

impl Sync for Signer

impl Unpin for Signer

impl UnwindSafe for Signer

impl RefUnwindSafe for Signer

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self