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