#[non_exhaustive]pub struct DescribeRuleGroupMetadataInput {
pub rule_group_name: Option<String>,
pub rule_group_arn: Option<String>,
pub type: Option<RuleGroupType>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.rule_group_name: Option<String>
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
rule_group_arn: Option<String>
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
type: Option<RuleGroupType>
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRuleGroupMetadata, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRuleGroupMetadata, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeRuleGroupMetadata
>
Creates a new builder-style object to manufacture DescribeRuleGroupMetadataInput
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeRuleGroupMetadataInput
impl Sync for DescribeRuleGroupMetadataInput
impl Unpin for DescribeRuleGroupMetadataInput
impl UnwindSafe for DescribeRuleGroupMetadataInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more