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