#[non_exhaustive]pub struct FieldLevelEncryptionList { /* private fields */ }
Expand description
List of field-level encrpytion configurations.
Implementations§
source§impl 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.
source§impl FieldLevelEncryptionList
impl FieldLevelEncryptionList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldLevelEncryptionList
.
Trait Implementations§
source§impl Clone for FieldLevelEncryptionList
impl Clone for FieldLevelEncryptionList
source§fn clone(&self) -> FieldLevelEncryptionList
fn clone(&self) -> FieldLevelEncryptionList
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 FieldLevelEncryptionList
impl Debug for FieldLevelEncryptionList
source§impl PartialEq<FieldLevelEncryptionList> for FieldLevelEncryptionList
impl PartialEq<FieldLevelEncryptionList> for FieldLevelEncryptionList
source§fn eq(&self, other: &FieldLevelEncryptionList) -> bool
fn eq(&self, other: &FieldLevelEncryptionList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.