#[non_exhaustive]pub struct ListAccessPointsForObjectLambdaOutput { /* private fields */ }Implementations
sourceimpl ListAccessPointsForObjectLambdaOutput
impl ListAccessPointsForObjectLambdaOutput
sourcepub fn object_lambda_access_point_list(
&self
) -> Option<&[ObjectLambdaAccessPoint]>
pub fn object_lambda_access_point_list(
&self
) -> Option<&[ObjectLambdaAccessPoint]>
Returns list of Object Lambda Access Points.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
sourceimpl ListAccessPointsForObjectLambdaOutput
impl ListAccessPointsForObjectLambdaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessPointsForObjectLambdaOutput.
Trait Implementations
sourceimpl Clone for ListAccessPointsForObjectLambdaOutput
impl Clone for ListAccessPointsForObjectLambdaOutput
sourcefn clone(&self) -> ListAccessPointsForObjectLambdaOutput
fn clone(&self) -> ListAccessPointsForObjectLambdaOutput
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 PartialEq<ListAccessPointsForObjectLambdaOutput> for ListAccessPointsForObjectLambdaOutput
impl PartialEq<ListAccessPointsForObjectLambdaOutput> for ListAccessPointsForObjectLambdaOutput
sourcefn eq(&self, other: &ListAccessPointsForObjectLambdaOutput) -> bool
fn eq(&self, other: &ListAccessPointsForObjectLambdaOutput) -> bool
impl StructuralPartialEq for ListAccessPointsForObjectLambdaOutput
Auto Trait Implementations
impl RefUnwindSafe for ListAccessPointsForObjectLambdaOutput
impl Send for ListAccessPointsForObjectLambdaOutput
impl Sync for ListAccessPointsForObjectLambdaOutput
impl Unpin for ListAccessPointsForObjectLambdaOutput
impl UnwindSafe for ListAccessPointsForObjectLambdaOutput
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