#[non_exhaustive]pub struct FieldLevelEncryptionProfileList { /* private fields */ }
Expand description
List of field-level encryption profiles.
Implementations§
source§impl FieldLevelEncryptionProfileList
impl FieldLevelEncryptionProfileList
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 profiles where you left off.
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
The maximum number of field-level encryption profiles you want in the response body.
sourcepub fn items(&self) -> Option<&[FieldLevelEncryptionProfileSummary]>
pub fn items(&self) -> Option<&[FieldLevelEncryptionProfileSummary]>
The field-level encryption profile items.
source§impl FieldLevelEncryptionProfileList
impl FieldLevelEncryptionProfileList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldLevelEncryptionProfileList
.
Trait Implementations§
source§impl Clone for FieldLevelEncryptionProfileList
impl Clone for FieldLevelEncryptionProfileList
source§fn clone(&self) -> FieldLevelEncryptionProfileList
fn clone(&self) -> FieldLevelEncryptionProfileList
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 PartialEq<FieldLevelEncryptionProfileList> for FieldLevelEncryptionProfileList
impl PartialEq<FieldLevelEncryptionProfileList> for FieldLevelEncryptionProfileList
source§fn eq(&self, other: &FieldLevelEncryptionProfileList) -> bool
fn eq(&self, other: &FieldLevelEncryptionProfileList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.