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