Struct aws_sdk_waf::output::CreateRegexMatchSetOutput
source ·
[−]#[non_exhaustive]pub struct CreateRegexMatchSetOutput {
pub regex_match_set: Option<RegexMatchSet>,
pub change_token: Option<String>,
}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.regex_match_set: Option<RegexMatchSet>A RegexMatchSet that contains no RegexMatchTuple objects.
change_token: Option<String>The ChangeToken that you used to submit the CreateRegexMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Implementations
A RegexMatchSet that contains no RegexMatchTuple objects.
The ChangeToken that you used to submit the CreateRegexMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Creates a new builder-style object to manufacture CreateRegexMatchSetOutput
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 RefUnwindSafe for CreateRegexMatchSetOutput
impl Send for CreateRegexMatchSetOutput
impl Sync for CreateRegexMatchSetOutput
impl Unpin for CreateRegexMatchSetOutput
impl UnwindSafe for CreateRegexMatchSetOutput
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
