Struct aws_sdk_athena::output::ListWorkGroupsOutput
source · #[non_exhaustive]pub struct ListWorkGroupsOutput { /* private fields */ }
Implementations§
source§impl ListWorkGroupsOutput
impl ListWorkGroupsOutput
sourcepub fn work_groups(&self) -> Option<&[WorkGroupSummary]>
pub fn work_groups(&self) -> Option<&[WorkGroupSummary]>
A list of WorkGroupSummary
objects that include the names, descriptions, creation times, and states for each workgroup.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the previous page call.
source§impl ListWorkGroupsOutput
impl ListWorkGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListWorkGroupsOutput
.
Trait Implementations§
source§impl Clone for ListWorkGroupsOutput
impl Clone for ListWorkGroupsOutput
source§fn clone(&self) -> ListWorkGroupsOutput
fn clone(&self) -> ListWorkGroupsOutput
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§impl Debug for ListWorkGroupsOutput
impl Debug for ListWorkGroupsOutput
source§impl PartialEq<ListWorkGroupsOutput> for ListWorkGroupsOutput
impl PartialEq<ListWorkGroupsOutput> for ListWorkGroupsOutput
source§fn eq(&self, other: &ListWorkGroupsOutput) -> bool
fn eq(&self, other: &ListWorkGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.