#[non_exhaustive]pub struct ListConnectionsOutput { /* private fields */ }
Implementations§
source§impl ListConnectionsOutput
impl ListConnectionsOutput
sourcepub fn connections(&self) -> Option<&[Connection]>
pub fn connections(&self) -> Option<&[Connection]>
A list of connections and the details for each connection, such as status, owner, and provider type.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that can be used in the next ListConnections
call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken
values are returned.
source§impl ListConnectionsOutput
impl ListConnectionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListConnectionsOutput
.
Trait Implementations§
source§impl Clone for ListConnectionsOutput
impl Clone for ListConnectionsOutput
source§fn clone(&self) -> ListConnectionsOutput
fn clone(&self) -> ListConnectionsOutput
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 ListConnectionsOutput
impl Debug for ListConnectionsOutput
source§impl PartialEq<ListConnectionsOutput> for ListConnectionsOutput
impl PartialEq<ListConnectionsOutput> for ListConnectionsOutput
source§fn eq(&self, other: &ListConnectionsOutput) -> bool
fn eq(&self, other: &ListConnectionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.