Struct aws_sdk_cloudfront::model::QueryArgProfiles
source · #[non_exhaustive]pub struct QueryArgProfiles { /* private fields */ }
Expand description
Query argument-profile mapping for field-level encryption.
Implementations§
source§impl QueryArgProfiles
impl QueryArgProfiles
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueryArgProfiles
.
Trait Implementations§
source§impl Clone for QueryArgProfiles
impl Clone for QueryArgProfiles
source§fn clone(&self) -> QueryArgProfiles
fn clone(&self) -> QueryArgProfiles
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueryArgProfiles
impl Debug for QueryArgProfiles
source§impl PartialEq<QueryArgProfiles> for QueryArgProfiles
impl PartialEq<QueryArgProfiles> for QueryArgProfiles
source§fn eq(&self, other: &QueryArgProfiles) -> bool
fn eq(&self, other: &QueryArgProfiles) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.