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