Struct aws_sdk_cloudfront::model::FieldLevelEncryptionList
source · [−]#[non_exhaustive]pub struct FieldLevelEncryptionList { /* private fields */ }
Expand description
List of field-level encrpytion configurations.
Implementations
sourceimpl FieldLevelEncryptionList
impl FieldLevelEncryptionList
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker
request parameter to continue listing your configurations where you left off.
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
The maximum number of elements you want in the response body.
sourcepub fn items(&self) -> Option<&[FieldLevelEncryptionSummary]>
pub fn items(&self) -> Option<&[FieldLevelEncryptionSummary]>
An array of field-level encryption items.
sourceimpl FieldLevelEncryptionList
impl FieldLevelEncryptionList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldLevelEncryptionList
.
Trait Implementations
sourceimpl Clone for FieldLevelEncryptionList
impl Clone for FieldLevelEncryptionList
sourcefn clone(&self) -> FieldLevelEncryptionList
fn clone(&self) -> FieldLevelEncryptionList
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 FieldLevelEncryptionList
impl Debug for FieldLevelEncryptionList
sourceimpl PartialEq<FieldLevelEncryptionList> for FieldLevelEncryptionList
impl PartialEq<FieldLevelEncryptionList> for FieldLevelEncryptionList
sourcefn eq(&self, other: &FieldLevelEncryptionList) -> bool
fn eq(&self, other: &FieldLevelEncryptionList) -> bool
impl StructuralPartialEq for FieldLevelEncryptionList
Auto Trait Implementations
impl RefUnwindSafe for FieldLevelEncryptionList
impl Send for FieldLevelEncryptionList
impl Sync for FieldLevelEncryptionList
impl Unpin for FieldLevelEncryptionList
impl UnwindSafe for FieldLevelEncryptionList
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