#[non_exhaustive]pub struct ListAccessorsOutput { /* private fields */ }Implementations§
source§impl ListAccessorsOutput
impl ListAccessorsOutput
sourcepub fn accessors(&self) -> Option<&[AccessorSummary]>
pub fn accessors(&self) -> Option<&[AccessorSummary]>
An array of AccessorSummary objects that contain configuration properties for each accessor.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token that indicates the next set of results to retrieve.
source§impl ListAccessorsOutput
impl ListAccessorsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessorsOutput.
Trait Implementations§
source§impl Clone for ListAccessorsOutput
impl Clone for ListAccessorsOutput
source§fn clone(&self) -> ListAccessorsOutput
fn clone(&self) -> ListAccessorsOutput
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 ListAccessorsOutput
impl Debug for ListAccessorsOutput
source§impl PartialEq<ListAccessorsOutput> for ListAccessorsOutput
impl PartialEq<ListAccessorsOutput> for ListAccessorsOutput
source§fn eq(&self, other: &ListAccessorsOutput) -> bool
fn eq(&self, other: &ListAccessorsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.