#[non_exhaustive]pub struct ListAccessPointsForObjectLambdaOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl ListAccessPointsForObjectLambdaOutput
impl ListAccessPointsForObjectLambdaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessPointsForObjectLambdaOutput
.
Trait Implementations§
source§impl Clone for ListAccessPointsForObjectLambdaOutput
impl Clone for ListAccessPointsForObjectLambdaOutput
source§fn clone(&self) -> ListAccessPointsForObjectLambdaOutput
fn clone(&self) -> ListAccessPointsForObjectLambdaOutput
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 more