[][src]Struct rusoto_cloudfront::ContentTypeProfileConfig

pub struct ContentTypeProfileConfig {
    pub content_type_profiles: Option<ContentTypeProfiles>,
    pub forward_when_content_type_is_unknown: bool,
}

The configuration for a field-level encryption content type-profile mapping.

Fields

content_type_profiles: Option<ContentTypeProfiles>

The configuration for a field-level encryption content type-profile.

forward_when_content_type_is_unknown: bool

The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.

Trait Implementations

impl Clone for ContentTypeProfileConfig[src]

impl Debug for ContentTypeProfileConfig[src]

impl Default for ContentTypeProfileConfig[src]

impl PartialEq<ContentTypeProfileConfig> for ContentTypeProfileConfig[src]

impl StructuralPartialEq for ContentTypeProfileConfig[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.