Struct aws_sdk_cloudfront::model::ContentTypeProfileConfig
source · [−]#[non_exhaustive]pub struct ContentTypeProfileConfig { /* private fields */ }
Expand description
The configuration for a field-level encryption content type-profile mapping.
Implementations
sourceimpl ContentTypeProfileConfig
impl ContentTypeProfileConfig
sourcepub fn forward_when_content_type_is_unknown(&self) -> Option<bool>
pub fn forward_when_content_type_is_unknown(&self) -> Option<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.
sourcepub fn content_type_profiles(&self) -> Option<&ContentTypeProfiles>
pub fn content_type_profiles(&self) -> Option<&ContentTypeProfiles>
The configuration for a field-level encryption content type-profile.
sourceimpl ContentTypeProfileConfig
impl ContentTypeProfileConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContentTypeProfileConfig
.
Trait Implementations
sourceimpl Clone for ContentTypeProfileConfig
impl Clone for ContentTypeProfileConfig
sourcefn clone(&self) -> ContentTypeProfileConfig
fn clone(&self) -> ContentTypeProfileConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ContentTypeProfileConfig
impl Debug for ContentTypeProfileConfig
sourceimpl PartialEq<ContentTypeProfileConfig> for ContentTypeProfileConfig
impl PartialEq<ContentTypeProfileConfig> for ContentTypeProfileConfig
sourcefn eq(&self, other: &ContentTypeProfileConfig) -> bool
fn eq(&self, other: &ContentTypeProfileConfig) -> bool
impl StructuralPartialEq for ContentTypeProfileConfig
Auto Trait Implementations
impl RefUnwindSafe for ContentTypeProfileConfig
impl Send for ContentTypeProfileConfig
impl Sync for ContentTypeProfileConfig
impl Unpin for ContentTypeProfileConfig
impl UnwindSafe for ContentTypeProfileConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more