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