#[non_exhaustive]pub struct DescribeConnectionsOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeConnectionsOutput
impl DescribeConnectionsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn connections(&self) -> Option<&[Connection]>
pub fn connections(&self) -> Option<&[Connection]>
A description of the connections.
source§impl DescribeConnectionsOutput
impl DescribeConnectionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectionsOutput
.
Trait Implementations§
source§impl Clone for DescribeConnectionsOutput
impl Clone for DescribeConnectionsOutput
source§fn clone(&self) -> DescribeConnectionsOutput
fn clone(&self) -> DescribeConnectionsOutput
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 DescribeConnectionsOutput
impl Debug for DescribeConnectionsOutput
source§impl PartialEq<DescribeConnectionsOutput> for DescribeConnectionsOutput
impl PartialEq<DescribeConnectionsOutput> for DescribeConnectionsOutput
source§fn eq(&self, other: &DescribeConnectionsOutput) -> bool
fn eq(&self, other: &DescribeConnectionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.