[][src]Struct rusoto_cloudfront::FieldLevelEncryptionConfig

pub struct FieldLevelEncryptionConfig {
    pub caller_reference: String,
    pub comment: Option<String>,
    pub content_type_profile_config: Option<ContentTypeProfileConfig>,
    pub query_arg_profile_config: Option<QueryArgProfileConfig>,
}

A complex data type that includes the profile configurations specified for field-level encryption.

Fields

caller_reference: String

A unique number that ensures the request can't be replayed.

comment: Option<String>

An optional comment about the configuration.

content_type_profile_config: Option<ContentTypeProfileConfig>

A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

query_arg_profile_config: Option<QueryArgProfileConfig>

A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

Trait Implementations

impl Clone for FieldLevelEncryptionConfig[src]

impl Debug for FieldLevelEncryptionConfig[src]

impl Default for FieldLevelEncryptionConfig[src]

impl PartialEq<FieldLevelEncryptionConfig> for FieldLevelEncryptionConfig[src]

impl StructuralPartialEq for FieldLevelEncryptionConfig[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.