Struct aws_sdk_fsx::output::DescribeFileSystemsOutput [−][src]
#[non_exhaustive]pub struct DescribeFileSystemsOutput {
pub file_systems: Option<Vec<FileSystem>>,
pub next_token: Option<String>,
}Expand description
The response object for DescribeFileSystems operation.
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.file_systems: Option<Vec<FileSystem>>An array of file system descriptions.
next_token: Option<String>Present if there are more file systems than returned in the response (String). You
can use the NextToken value in the later request to fetch the
descriptions.
Implementations
An array of file system descriptions.
Present if there are more file systems than returned in the response (String). You
can use the NextToken value in the later request to fetch the
descriptions.
Creates a new builder-style object to manufacture DescribeFileSystemsOutput
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 DescribeFileSystemsOutput
impl Send for DescribeFileSystemsOutput
impl Sync for DescribeFileSystemsOutput
impl Unpin for DescribeFileSystemsOutput
impl UnwindSafe for DescribeFileSystemsOutput
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