Struct aws_sdk_workspacesweb::output::ListPortalsOutput
source · #[non_exhaustive]pub struct ListPortalsOutput { /* private fields */ }
Implementations§
source§impl ListPortalsOutput
impl ListPortalsOutput
sourcepub fn portals(&self) -> Option<&[PortalSummary]>
pub fn portals(&self) -> Option<&[PortalSummary]>
The portals in the list.
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.
source§impl ListPortalsOutput
impl ListPortalsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPortalsOutput
.
Trait Implementations§
source§impl Clone for ListPortalsOutput
impl Clone for ListPortalsOutput
source§fn clone(&self) -> ListPortalsOutput
fn clone(&self) -> ListPortalsOutput
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