Struct aws_sdk_resourceexplorer2::output::ListViewsOutput
source · #[non_exhaustive]pub struct ListViewsOutput { /* private fields */ }Implementations§
source§impl ListViewsOutput
impl ListViewsOutput
sourcepub fn views(&self) -> Option<&[String]>
pub fn views(&self) -> Option<&[String]>
The list of views available in the Amazon Web Services Region in which you called this operation.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
source§impl ListViewsOutput
impl ListViewsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListViewsOutput.
Trait Implementations§
source§impl Clone for ListViewsOutput
impl Clone for ListViewsOutput
source§fn clone(&self) -> ListViewsOutput
fn clone(&self) -> ListViewsOutput
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 ListViewsOutput
impl Debug for ListViewsOutput
source§impl PartialEq<ListViewsOutput> for ListViewsOutput
impl PartialEq<ListViewsOutput> for ListViewsOutput
source§fn eq(&self, other: &ListViewsOutput) -> bool
fn eq(&self, other: &ListViewsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.