Struct aws_sdk_databrew::output::ListRulesetsOutput
source · [−]#[non_exhaustive]pub struct ListRulesetsOutput { /* private fields */ }
Implementations
sourceimpl ListRulesetsOutput
impl ListRulesetsOutput
sourcepub fn rulesets(&self) -> Option<&[RulesetItem]>
pub fn rulesets(&self) -> Option<&[RulesetItem]>
A list of RulesetItem. RulesetItem contains meta data of a ruleset.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that you can use in a subsequent call to retrieve the next set of results.
sourceimpl ListRulesetsOutput
impl ListRulesetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRulesetsOutput
.
Trait Implementations
sourceimpl Clone for ListRulesetsOutput
impl Clone for ListRulesetsOutput
sourcefn clone(&self) -> ListRulesetsOutput
fn clone(&self) -> ListRulesetsOutput
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 ListRulesetsOutput
impl Debug for ListRulesetsOutput
sourceimpl PartialEq<ListRulesetsOutput> for ListRulesetsOutput
impl PartialEq<ListRulesetsOutput> for ListRulesetsOutput
sourcefn eq(&self, other: &ListRulesetsOutput) -> bool
fn eq(&self, other: &ListRulesetsOutput) -> bool
impl StructuralPartialEq for ListRulesetsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListRulesetsOutput
impl Send for ListRulesetsOutput
impl Sync for ListRulesetsOutput
impl Unpin for ListRulesetsOutput
impl UnwindSafe for ListRulesetsOutput
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