Struct aws_sdk_worklink::output::ListFleetsOutput
source · #[non_exhaustive]pub struct ListFleetsOutput { /* private fields */ }Implementations§
source§impl ListFleetsOutput
impl ListFleetsOutput
sourcepub fn fleet_summary_list(&self) -> Option<&[FleetSummary]>
pub fn fleet_summary_list(&self) -> Option<&[FleetSummary]>
The summary list of the fleets.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl ListFleetsOutput
impl ListFleetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFleetsOutput.
Trait Implementations§
source§impl Clone for ListFleetsOutput
impl Clone for ListFleetsOutput
source§fn clone(&self) -> ListFleetsOutput
fn clone(&self) -> ListFleetsOutput
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