#[non_exhaustive]pub struct DescribeHostedConnectionsInput { /* private fields */ }Implementations§
source§impl DescribeHostedConnectionsInput
impl DescribeHostedConnectionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeHostedConnections, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeHostedConnections, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeHostedConnections>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeHostedConnectionsInput.
source§impl DescribeHostedConnectionsInput
impl DescribeHostedConnectionsInput
sourcepub fn connection_id(&self) -> Option<&str>
pub fn connection_id(&self) -> Option<&str>
The ID of the interconnect or LAG.
Trait Implementations§
source§impl Clone for DescribeHostedConnectionsInput
impl Clone for DescribeHostedConnectionsInput
source§fn clone(&self) -> DescribeHostedConnectionsInput
fn clone(&self) -> DescribeHostedConnectionsInput
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 PartialEq<DescribeHostedConnectionsInput> for DescribeHostedConnectionsInput
impl PartialEq<DescribeHostedConnectionsInput> for DescribeHostedConnectionsInput
source§fn eq(&self, other: &DescribeHostedConnectionsInput) -> bool
fn eq(&self, other: &DescribeHostedConnectionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.