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