Struct aws_sdk_storagegateway::output::ListFileSharesOutput [−][src]
#[non_exhaustive]pub struct ListFileSharesOutput {
pub marker: Option<String>,
pub next_marker: Option<String>,
pub file_share_info_list: Option<Vec<FileShareInfo>>,
}
Expand description
ListFileShareOutput
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.marker: Option<String>
If the request includes Marker
, the response returns that value in this
field.
next_marker: Option<String>
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.
Implementations
If the request includes Marker
, the response returns that value in this
field.
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.
Creates a new builder-style object to manufacture ListFileSharesOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListFileSharesOutput
impl Send for ListFileSharesOutput
impl Sync for ListFileSharesOutput
impl Unpin for ListFileSharesOutput
impl UnwindSafe for ListFileSharesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more