#[non_exhaustive]pub struct GetConnectionsOutput { /* private fields */ }
Implementations§
source§impl GetConnectionsOutput
impl GetConnectionsOutput
sourcepub fn connections(&self) -> Option<&[Connection]>
pub fn connections(&self) -> Option<&[Connection]>
Information about the connections.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use for the next page of results.
source§impl GetConnectionsOutput
impl GetConnectionsOutput
sourcepub fn builder() -> GetConnectionsOutputBuilder
pub fn builder() -> GetConnectionsOutputBuilder
Creates a new builder-style object to manufacture GetConnectionsOutput
.
Trait Implementations§
source§impl Clone for GetConnectionsOutput
impl Clone for GetConnectionsOutput
source§fn clone(&self) -> GetConnectionsOutput
fn clone(&self) -> GetConnectionsOutput
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 GetConnectionsOutput
impl Debug for GetConnectionsOutput
source§impl PartialEq<GetConnectionsOutput> for GetConnectionsOutput
impl PartialEq<GetConnectionsOutput> for GetConnectionsOutput
source§fn eq(&self, other: &GetConnectionsOutput) -> bool
fn eq(&self, other: &GetConnectionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetConnectionsOutput
impl RequestId for GetConnectionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.