#[non_exhaustive]pub struct ListFileSharesOutput { /* private fields */ }Expand description
ListFileShareOutput
Implementations§
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
If the request includes Marker, the response returns that value in this field.
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If a value is present, there are more file shares to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file shares.
An array of information about the S3 File Gateway's file shares.
sourcepub fn builder() -> ListFileSharesOutputBuilder
pub fn builder() -> ListFileSharesOutputBuilder
Creates a new builder-style object to manufacture ListFileSharesOutput.
Trait Implementations§
source§fn clone(&self) -> ListFileSharesOutput
fn clone(&self) -> ListFileSharesOutput
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§fn eq(&self, other: &ListFileSharesOutput) -> bool
fn eq(&self, other: &ListFileSharesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more