Struct aws_sdk_waf::output::CreateRegexPatternSetOutput
source ·
[−]#[non_exhaustive]pub struct CreateRegexPatternSetOutput {
pub regex_pattern_set: Option<RegexPatternSet>,
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_pattern_set: Option<RegexPatternSet>A RegexPatternSet that contains no objects.
change_token: Option<String>The ChangeToken that you used to submit the CreateRegexPatternSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Implementations
A RegexPatternSet that contains no objects.
The ChangeToken that you used to submit the CreateRegexPatternSet 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 CreateRegexPatternSetOutput
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 CreateRegexPatternSetOutput
impl Send for CreateRegexPatternSetOutput
impl Sync for CreateRegexPatternSetOutput
impl Unpin for CreateRegexPatternSetOutput
impl UnwindSafe for CreateRegexPatternSetOutput
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
