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